Revision 12121 trunk/libraries/libUIComponent/src/org/gvsig/gui/beans/buttonbar/ButtonBarContainer.java

View differences:

ButtonBarContainer.java
26 26
import javax.swing.JPanel;
27 27

  
28 28
public class ButtonBarContainer extends JPanel {
29
	private static final long  serialVersionUID   = -2556987128553063939L;
30
	private int                wComp              = 400;
31
	private int                hComp              = 26;
32
	private String             pathToImages       = "images/";
33
	private ArrayList<JButton> buttons            = new ArrayList<JButton>();
34
	private boolean            disableAllControls = false;
35
	private boolean[]          buttonsState       = null;
29
	private static final long serialVersionUID = -2556987128553063939L;
30
	private int       wComp              = 400;
31
	private int       hComp              = 26;
32
	private String    pathToImages       = "images/";
33
	private ArrayList buttons            = new ArrayList();
34
	private boolean   disableAllControls = false;
35
	private boolean[] buttonsState       = null;
36 36

  
37 37
	/**
38 38
	 * This is the default constructor

Also available in: Unified diff