hi all,
How many styles/LookAndFeel can you change a JFrame to?
I did some research and i can do mine into three : Metal, Windows and motif.
are there anymore ?
thanks
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/LookAndFeel.html
http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/UIManager.html
Those are few classes you would need to use.
Anyways, the ones I know are:
Java LAF
Mac LAF
Motif LAF
Windows LAF
GTK LAF
and of course several 3rd party ones, and you can make your own (if you have too much time on your hands or a very special need).
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.