Searched refs:laf (Results 1 – 3 of 3) sorted by relevance
24 LookAndFeel laf; field in PreferencesDialog45 laf = UIManager.getLookAndFeel(); in PreferencesDialog()
42 String laf = Preferences.getPreference("lookandfeel"); in RBManager() local43 if (!laf.equals("")) UIManager.setLookAndFeel(laf); in RBManager()
75 String laf = Preferences.getPreference("lookandfeel"); in RBReporter() local76 if (!laf.equals("")) in RBReporter()77 UIManager.setLookAndFeel(laf); in RBReporter()