Næste |
|
Swing'it! serie, Planche nr. 16 |
![]() |
Ex.: "Look and Feel" |
Dette giver den generelle java-grænsefladepublic static void main(String[] args) { try { UIManager.setLookAndFeel( UIManager.getCrossPlatformLookAndFeelClassName()); } catch (Exception e) { } new SwingApplication(); //Create and show the GUI. }