Revision 10885 trunk/libraries/libUIComponent/src-test/org/gvsig/gui/beans/table/CheckBoxModelTable.java

View differences:

CheckBoxModelTable.java
1 1
package org.gvsig.gui.beans.table;
2 2

  
3
import java.awt.event.ComponentEvent;
4
import java.awt.event.ComponentListener;
5

  
6 3
import javax.swing.JFrame;
7 4

  
8 5
import org.gvsig.gui.beans.table.exceptions.NotInitializeException;
......
33 30
	}
34 31
	
35 32
	public static void main(String[] args) {
36
		try{
37
			CheckBoxModelTable tabla = new CheckBoxModelTable();
38
		}catch(NotInitializeException ex){
33
		try {
34
			new CheckBoxModelTable();
35
		} catch (NotInitializeException ex) {
39 36
			System.out.println("Tabla no inicializada");
40 37
		}
41 38
	}

Also available in: Unified diff