Revision 10981 trunk/libraries/libUIComponent/src-test/org/gvsig/gui/beans/graphic/TestGraphic.java

View differences:

TestGraphic.java
9 9
	private GraphicContainer	graphic = null;
10 10
	
11 11
	public TestGraphic() throws NotInitializeException{
12
		graphic = new GraphicContainer(false);
12
		graphic = new GraphicContainer(true);
13 13
		frame.getContentPane().add(graphic);
14 14
		frame.setSize(500, 300);
15 15
		frame.show();

Also available in: Unified diff