return ret;\r
}\r
\r
+\r
+\r
/**************************************************************************\r
* Always create the local UI\r
* @param comp\r
*************************************************************************/\r
public final void setUI(ComponentUI comp)\r
{\r
- super.setUI(new UI(this));\r
+ UI ui = new UI(this);\r
+\r
+ super.setUI(ui);\r
}\r
\r
/**************************************************************************\r
public UI(JFileChooser e)\r
{\r
super(e);\r
+ this.installIcons(e);\r
}\r
\r
/**************************************************************************\r