Tom Studer's Home Page
[ start | index | login ]
start > 2006-06-07 > 1

2006-06-07 #1

Created by tom. Last edited by tom, 5 years and 348 days ago. Viewed 435 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Swing Windows LookAndFeel properties

How to print them:

LookAndFeel l = new  com.sun.java.swing.plaf.windows.WindowsLookAndFeel();
Enumeration keys = l.getDefaults().keys();
while (keys.hasMoreElements()) {
    String key = (String) keys.nextElement();
    System.out.println(key + " = " + l.getDefaults().get(key).toString());
}
no comments | post comment
mouse_cartoon



< May 2012 >
SunMonTueWedThuFriSat
12345
6789101112
13141516171819
20212223242526
2728293031

snipsnap-help | More Help

Powered by SnipSnap 1.0b2-uttoxeter

Describe here what your SnipSnap is about!

Configure this box!

  1. Login in
  2. Click here: snipsnap-portlet-2
  3. Edit this box
snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt