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

swing will try to repaint iconified frames.

XMLWordPrintable

    • 07
    • generic
    • generic

        The Swing RepaintManager class uses Component.isVisible to determine if
        it should short-circuit rendering.

        But Component.isVisible returns true for iconified frames.
        Thus an application which has continual model updates from some external
        data source will be pointlessly repainting its iconified windows
        at some cost to the system.

        the RepaintManager should check if the state of a frame is iconified.

              svioletsunw Scott Violet (Inactive)
              prr Philip Race
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: