Revision 20269 trunk/libraries/libUIComponent/src-test-ui/org/gvsig/gui/beans/table/TestTableColorTable.java

View differences:

TestTableColorTable.java
22 22
import java.awt.event.ActionEvent;
23 23
import java.awt.event.ActionListener;
24 24

  
25
import javax.swing.JFrame;
26

  
25
import org.gvsig.gui.beans.TestUI;
27 26
import org.gvsig.gui.beans.table.exceptions.NotInitializeException;
28 27
/**
29 28
 * Test del TableContainer
......
34 33
public class TestTableColorTable implements ActionListener {
35 34
	private int            w     = 460;
36 35
	private int            h     = 200;
37
	private JFrame         frame = new JFrame();
36
	private TestUI         frame = new TestUI("TestTableColorTable");
38 37
	private TableContainer table = null;
39 38

  
40 39
	public TestTableColorTable() throws NotInitializeException {

Also available in: Unified diff