diff options
author | Mike Beattie <mike@ethernal.org> | 2012-09-14 13:14:31 +1200 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2012-09-14 13:14:31 +1200 |
commit | 38fb6c070ffaf820d524fecce540d91fc6dda57b (patch) | |
tree | 59adc09a0df5f8e9d640df428235346aeefc170c /altosui/AltosConfigureUI.java | |
parent | ce1b19a012a2c1c623b03efb93b881e297736718 (diff) |
altosui: comment out un-used classes and associated imports
Signed-off-by: Mike Beattie <mike@ethernal.org>
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(); |