git-svn-id: https://samskivert.googlecode.com/svn/trunk@2114 6335cc39-0255-0410-8fd6-9bcaacd3b74c

This commit is contained in:
mdb
2007-06-13 17:09:41 +00:00
parent 138ce05fe8
commit c386d66109
@@ -32,7 +32,7 @@ public class SimpleSlider extends JPanel
*/
public SimpleSlider (String label, int min, int max, int value)
{
super(new BorderLayout());
super(new BorderLayout(5, 5));
setOpaque(false);
add(_label = new JLabel(), BorderLayout.WEST);
setLabel(label);