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
Avatar
Permanently deleted user

UIManager.setLookAndFeel(lookAndFeelClassName);

0

请先登录再写评论。