Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4473503

Need ability to schedule events at same priority as awt painting events

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.4.0
    • client-libs
    • None
    • sparc
    • solaris_7

      All of Swing's repainting architecture funnels into an invokeLater. This results in the event being processed at NORM_PRIORITY. AWT's painting/updating is processed at LOW_PRIORITY. If the machine is bogged down this can result in odd behavior when heavy weights need to repaint (swing can end painting its components numerous times before the awt one is painted, try java 2d demo), as well as not being responsive to the user. There needs to be some mechanism for Swing apps to post events at a lower priority (revalidate is handled in a similar manner and should probably be processed at a lower priority too).
      I'm not sure if adding a priority to invokeLater fits in with the current architecture. Another option may be to expose a new event class for this sort of thing, that way awt isn't tied to the current priorities that are defined.

            mbronsonsunw Mike Bronson (Inactive)
            svioletsunw Scott Violet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: