|
|
|
@ -3,10 +3,10 @@
|
|
|
|
|
*/ |
|
|
|
|
package com.fr.design.gui.icombobox; |
|
|
|
|
|
|
|
|
|
import com.fr.design.gui.UILookAndFeel; |
|
|
|
|
import com.fr.design.gui.itextfield.UITextField; |
|
|
|
|
import com.fr.design.layout.FRGUIPaneFactory; |
|
|
|
|
import com.fr.log.FineLoggerFactory; |
|
|
|
|
import com.sun.java.swing.plaf.windows.WindowsLookAndFeel; |
|
|
|
|
|
|
|
|
|
import javax.swing.JFrame; |
|
|
|
|
import javax.swing.JPanel; |
|
|
|
@ -23,7 +23,7 @@ import java.awt.event.ItemListener;
|
|
|
|
|
public class LazyComboBoxTest { |
|
|
|
|
public static void main(String[] args) { |
|
|
|
|
try { |
|
|
|
|
UIManager.setLookAndFeel(new WindowsLookAndFeel()); |
|
|
|
|
UIManager.setLookAndFeel(new UILookAndFeel()); |
|
|
|
|
} catch (UnsupportedLookAndFeelException e1) { |
|
|
|
|
FineLoggerFactory.getLogger().error(e1.getMessage(), e1); |
|
|
|
|
} |
|
|
|
|