Adjust background color to match default Swing scrollbar color.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1382 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ChooserFrame.java,v 1.12 2004/01/26 16:10:55 mdb Exp $
|
||||
// $Id: ChooserFrame.java,v 1.13 2004/01/26 16:35:27 mdb Exp $
|
||||
|
||||
package robodj.chooser;
|
||||
|
||||
@@ -206,5 +206,5 @@ public class ChooserFrame extends JFrame
|
||||
protected static final String EXIT_TIP = "Exit";
|
||||
|
||||
// our common background color
|
||||
protected static final Color BGCOLOR = new Color(0x7A719A);
|
||||
protected static final Color BGCOLOR = new Color(0x9999CC);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user