git-svn-id: https://samskivert.googlecode.com/svn/trunk@2114 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user