Changing the LookAndFeel at startup to always appears as the Windows look.

Is there a way to change the LookAndFeel at startup to always appears as the Windows look instead of the java look?

0
1 comment
Avatar
Permanently deleted user

UIManager.setLookAndFeel(lookAndFeelClassName);

0

Please sign in to leave a comment.