Home
last modified time | relevance | path

Searched refs:laf (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DPreferencesDialog.java24 LookAndFeel laf; field in PreferencesDialog
45 laf = UIManager.getLookAndFeel(); in PreferencesDialog()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java42 String laf = Preferences.getPreference("lookandfeel"); in RBManager() local
43 if (!laf.equals("")) UIManager.setLookAndFeel(laf); in RBManager()
DRBReporter.java75 String laf = Preferences.getPreference("lookandfeel"); in RBReporter() local
76 if (!laf.equals("")) in RBReporter()
77 UIManager.setLookAndFeel(laf); in RBReporter()