Searched defs:swingProps (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DUIManager.java190 Properties swingProps; field in class:UIManager.LAFState
1045 String className = getLAFState().swingProps.getProperty(multiplexingLAFKey, defaultName);
1279 private static void initializeInstalledLAFs(Properties swingProps) argument
1281 String ilafsString = swingProps.getProperty(installedLAFsKey);
1302 String name = swingProps.getProperty(makeInstalledLAFKey(laf, "name"), laf);
1303 String cls = swingProps.getProperty(makeInstalledLAFKey(laf, "class"));
1325 private static void initializeDefaultLAF(Properties swingProps) argument
1342 lafName = swingProps.getProperty(defaultLAFKey, lafName);
1359 private static void initializeAuxiliaryLAFs(Properties swingProps) argument
1361 String auxLookAndFeelNames = swingProps
1406 initializeSystemDefaults(Properties swingProps) argument
[all...]

Completed in 46 milliseconds