List of usage examples for javax.swing LookAndFeel installProperty
public static void installProperty(JComponent c, String propertyName, Object propertyValue)
From source file:com.googlecode.vfsjfilechooser2.plaf.basic.BasicVFSFileChooserUI.java
protected void installDefaults(VFSJFileChooser fc) { installIcons(fc);//from ww w. ja v a 2 s .c o m installStrings(fc); usesSingleFilePane = UIManager.getBoolean("FileChooser.usesSingleFilePane"); readOnly = UIManager.getBoolean("FileChooser.readOnly"); LookAndFeel.installProperty(fc, "opaque", Boolean.FALSE); }