|
-
May 6th, 2000, 02:53 PM
#1
Dynamic Look and Feel
Hi,
UIManager.setLookAndFeel(lnfName);
SwingUtilities.updateComponentTreeUI(MainScreen);
Lot of Panels have been added to this MainScreen. when I execute the above code, it is updating look and feel for only visible components. It is not updating for the invisible components. How to proceed?
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|