Revision 10945 trunk/libraries/libUIComponent/src-test/org/gvsig/gui/beans/dialogPanel/TestDialogPanel.java

View differences:

TestDialogPanel.java
27 27
import javax.swing.UIManager;
28 28

  
29 29
import org.gvsig.gui.beans.buttonsPanel.ButtonsPanel;
30
import org.gvsig.gui.beans.defaultButtonsPanel.DefaultButtonsPanel;
30 31
/**
31 32
 * <code>TestDialogPanel</code>. Test para comprobar el funcionamiento de la
32 33
 * clase <code>DialogPanel</code>
......
37 38
public class TestDialogPanel implements ActionListener {
38 39
	private JFrame frame = new JFrame();
39 40

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

  
43 44
		public NewComponentDialog() {

Also available in: Unified diff