InNoCenT_Ch1ld
asked on
how do i changed the LookAndFeel for my application when it is already running?
I wanted to allow the user to select the LookAndFeel they like and change it while they are running the application. But i'm not sure how.. do i just use the UIManager.setLookAndFeel to change it? but since the application is running, all the frame is opened, how this change affect them?
tks
tks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
what about static frame?
ASKER
static dialog actually...
yes for every top level container
you might want to also pack() them to account for size changes.
you might want to also pack() them to account for size changes.
ASKER
ok, thank you ;-)
no worries :)
ASKER
where should i do this? on every frame?