Revision 10885 trunk/libraries/libUIComponent/src/org/gvsig/gui/beans/graphic/DoubleSliderControlPanel.java

View differences:

DoubleSliderControlPanel.java
32 32
 */
33 33

  
34 34
public class DoubleSliderControlPanel extends JPanel {
35
	
35
	private static final long serialVersionUID = -6123036808118349791L;
36 36
	private int 				width = 300, height = 25;
37 37
	private JLabel 				lLeft = null;
38 38
	private JLabel 				lRight = null;

Also available in: Unified diff