uic.pjava.theme
Class UIManager
java.lang.Object
  
uic.pjava.theme.UIManager
public abstract class UIManager
- extends Object
 
Simple Theme class for determining the color and fontsettings for non standard awt components.
 Current implementations either return hardcoded settings, or when running on the Sharp Zaurus with Jeode Personal Java settings are read from the filesystem.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UIManager
public UIManager()
getColor
public static Color getColor(String key)
 
getInt
public static int getInt(String key)
 
getFont
public static Font getFont(String key)
 
Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence