|
From: Michael A. <Mic...@be...> - 2009-02-02 08:57:02
|
Hello,
you can change the Look and Feel in your Java Code by using the
javax.swing.UIManager:
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
or
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
for a platform-dependent Look and Feel.
There is no opportinity to configure this in Gui4J.
Best regards
Michael
> -----Ursprüngliche Nachricht-----
> Von: Militaru Tomita <mil...@ya...>
> Gesendet: 20.01.09 13:25:00
> An: GUI4j User <gui...@li...>
> Betreff: [Gui4j-user] Look and feel
Hello,
>
> Could you please tell me how can I change the look and feel to
> windows style?
>
> Thank you!
>
> Tomita MILITARU
> AIESEC Member
> Tel.+40741064681
>
> ----------------------------------------------------------------------
> -------- This SF.net email is sponsored by: SourcForge Community
> SourceForge wants to tell your story. http://p.sf.net/sfu/sf-
> spreadtheword_______________________________________________ Gui4j-
> user mailing list Gui...@li... https://lists.
>
> sourceforge.net/lists/listinfo/gui4j-user |