PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Look and Feel refresh problem


MrEasy
17.07.2002, 00:37
Hi,
when i set my design to a new L&F it works fine for new appearing dialogs or frames but not for the current one.
I tried with repaint() and also with re-packing and setting it again visible - no effect
thx in advance for any hints


MrEasy
17.07.2002, 11:30
die jungs von java.sun.com waren schneller ;)

SwingUtilities.updateComponentTreeUI(yourCurrentFrame);

heisst die lösung