Revision 10885 trunk/libraries/libUIComponent/src-test/org/gvsig/gui/beans/treelist/TestTreeList.java

View differences:

TestTreeList.java
40 40
	}
41 41
	
42 42
	public static void main(String[] args) {
43
		try{
44
			TestTreeList tl = new TestTreeList();
45
		}catch(NotInitializeException ex){
43
		try {
44
			new TestTreeList();
45
		} catch (NotInitializeException ex) {
46 46
			System.out.println("Tabla no inicializado");
47 47
		}
48 48
	}
49 49

  
50 50
	public void componentHidden(ComponentEvent e) {
51 51
		// TODO Auto-generated method stub
52
		
53 52
	}
54 53

  
55 54
	public void componentMoved(ComponentEvent e) {
56 55
		// TODO Auto-generated method stub
57
		
58 56
	}
59 57

  
60 58
	public void componentResized(ComponentEvent e) {
......
63 61

  
64 62
	public void componentShown(ComponentEvent e) {
65 63
		// TODO Auto-generated method stub
66
		
67 64
	}
68

  
69
}
65
}

Also available in: Unified diff