Revision 10917

View differences:

trunk/extensions/extRasterTools-SE/src-test/org/gvsig/rasterTools/histogram/TestHistogramDialog.java
48 48
		} catch( Exception e ) {
49 49
			System.err.println( "No se puede cambiar al LookAndFeel");
50 50
		}
51
		TestHistogramDialog hpt = new TestHistogramDialog();
51
		new TestHistogramDialog();
52 52
	}
53 53

  
54 54
	private void initialize() {
trunk/extensions/extRasterTools-SE/src-test/org/gvsig/rasterTools/properties/panels/TestEnhancedPanel.java
19 19
	
20 20
	public static void main(String[] args) {
21 21
		try{
22
			TestEnhancedPanel slider = new TestEnhancedPanel();
22
			new TestEnhancedPanel();
23 23
		}catch(NotInitializeException ex){
24 24
			System.out.println("Tabla no inicializada");
25 25
		}
trunk/extensions/extRasterTools-SE/src-test/org/gvsig/rasterTools/properties/panels/TestTransparencyByPixelPanel.java
34 34
 *
35 35
 */
36 36
public class TestTransparencyByPixelPanel extends JFrame{
37

  
37
	private static final long serialVersionUID = -5820080370596334427L;
38 38
	public TestTransparencyByPixelPanel(){
39 39
		this.setSize(450,225);
40 40
		TranspByPixelPanel tbp = new TranspByPixelPanel();
......
46 46
	 * @param args
47 47
	 */
48 48
	public static void main(String[] args) {
49
		TestTransparencyByPixelPanel f = new TestTransparencyByPixelPanel();
49
		new TestTransparencyByPixelPanel();
50 50
	}
51 51

  
52 52
}
trunk/extensions/extRasterTools-SE/src-test/org/gvsig/rasterTools/properties/panels/TestBrightnessAndContrastPanel.java
19 19
	
20 20
	public static void main(String[] args) {
21 21
		try{
22
			TestBrightnessAndContrastPanel slider = new TestBrightnessAndContrastPanel();
22
			new TestBrightnessAndContrastPanel();
23 23
		}catch(NotInitializeException ex){
24 24
			System.out.println("Tabla no inicializada");
25 25
		}
trunk/extensions/extRasterTools-SE/src-test/org/gvsig/rasterTools/properties/panels/TestTransparencyPanel.java
29 29
import org.gvsig.rastertools.properties.panels.TransparencyPanel;
30 30

  
31 31
public class TestTransparencyPanel extends JFrame{
32

  
32
	private static final long serialVersionUID = 5107504265694548340L;
33 33
	public TestTransparencyPanel(){
34 34
		this.setSize(500,390);
35 35
		TransparencyPanel tbp = new TransparencyPanel();
......
40 40
	 * @param args
41 41
	 */
42 42
	public static void main(String[] args) {
43
		TestTransparencyPanel f = new TestTransparencyPanel();
43
		new TestTransparencyPanel();
44 44
	}
45 45

  
46 46
}
trunk/extensions/extRasterTools-SE/src-test/org/gvsig/rasterTools/properties/panels/TestEnhancedWithTrim.java
19 19
	
20 20
	public static void main(String[] args) {
21 21
		try{
22
			TestEnhancedWithTrim slider = new TestEnhancedWithTrim();
22
			new TestEnhancedWithTrim();
23 23
		}catch(NotInitializeException ex){
24 24
			System.out.println("Tabla no inicializada");
25 25
		}

Also available in: Unified diff