Revision 10795

View differences:

trunk/libraries/libUIComponent/src-test/org/gvsig/gui/beans/dialogPanel/TestDialogPanel.java
32 32
 * clase <code>DialogPanel</code>
33 33
 * 
34 34
 * @version 15/03/2007
35
 * @author Borja S?nchez Zamorano (borja.sanchez@iver.es)
35
 * @author Borja Sanchez Zamorano (borja.sanchez@iver.es)
36 36
 */
37 37
public class TestDialogPanel implements ActionListener {
38 38
	private JFrame frame = new JFrame();
39 39

  
40 40
	class NewComponentDialog extends DialogPanel {
41
		private static final long serialVersionUID = 4452922507292538671L;
41 42

  
42 43
		public NewComponentDialog() {
43 44
			super(ButtonsPanel.BUTTONS_YESNO);
trunk/libraries/libUIComponent/src/org/gvsig/gui/beans/buttonsPanel/ButtonsPanel.java
34 34
 * {@link #addButton(String, int)}
35 35
 * 
36 36
 * @version 15/03/2007
37
 * @author Borja S?nchez Zamorano (borja.sanchez@iver.es)
37
 * @author Borja Sanchez Zamorano (borja.sanchez@iver.es)
38 38
 */
39 39
public class ButtonsPanel extends JPanel {
40
	private static final long serialVersionUID = -7264041442217894577L;
40 41
	private ArrayList buttonsList = new ArrayList();
41 42
	static private int eventId = Integer.MIN_VALUE;
42 43
	private ArrayList actionCommandListeners = new ArrayList();
trunk/libraries/libUIComponent/src/org/gvsig/gui/beans/dialogPanel/DialogPanel.java
29 29
 * el a?adido de poder definir una botonera por defecto.
30 30
 *
31 31
 * @version 15/03/2007
32
 * @author Borja S?nchez Zamorano (borja.sanchez@iver.es)
32
 * @author Borja Sanchez Zamorano (borja.sanchez@iver.es)
33 33
 */
34 34
public class DialogPanel extends JPanel {
35
	private static final long serialVersionUID = 1519536113682350563L;
35 36
	ButtonsPanel bp = null;
36 37
	JPanel content = null;
37 38

  

Also available in: Unified diff