diff options
Diffstat (limited to 'altosui/AltosConfigureUI.java')
| -rw-r--r-- | altosui/AltosConfigureUI.java | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/altosui/AltosConfigureUI.java b/altosui/AltosConfigureUI.java index a364273a..c576b052 100644 --- a/altosui/AltosConfigureUI.java +++ b/altosui/AltosConfigureUI.java @@ -22,7 +22,6 @@ import java.awt.event.*;  import java.beans.*;  import javax.swing.*;  import javax.swing.event.*; -import javax.swing.plaf.basic.*;  class DelegatingRenderer implements ListCellRenderer { @@ -289,6 +288,7 @@ public class AltosConfigureUI  		c.anchor = GridBagConstraints.WEST;  		pane.add(new JLabel("Look & feel"), c); +		/*  		class LookAndFeelRenderer extends BasicComboBoxRenderer implements ListCellRenderer {  			public LookAndFeelRenderer() { @@ -307,6 +307,7 @@ public class AltosConfigureUI  				return this;  			}  		} +		*/  		final UIManager.LookAndFeelInfo[] look_and_feels = UIManager.getInstalledLookAndFeels(); | 
