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

SwingUtilities.updateComponentTreeUI(frame) doesn't validate/repaint frame compl

XMLWordPrintable

    • swing1.0fcs
    • generic
    • solaris_2.5
    • Verified

      SwingUtilities.updateComponentTreeUI(frame) doesn't validate and repaint the frame completely, only some components get refreshed.
      Switching between JLF and motif look-n-feel in my test app resulted in some components have motif look and some have JLF look if only these two line of code are used:
             UIManager.setLookAndFeel(uiFactory);
             SwingUtilities.updateComponentTreeUI(frame);
      I have to add the following code to make the app (frame) refresh completely.
               frame.invalidate();
               frame.validate();
               frame.repaint();
       
      I would think that a validate/repaint should be automatically done for the WHOLE FRAME after a updateComponentTree(frame) call.

            busersunw Btplusnull User (Inactive)
            tsusunw Tina Su (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: