Revision 13655 trunk/libraries/libUIComponent/src-test-ui/org/gvsig/gui/beans/swing/textBoxWithCalendar/jCalendarUsingSamples/Example1.java

View differences:

Example1.java
40 40
// Copyright ? 2004 Antonio Freixas
41 41
// All Rights Reserved.
42 42

  
43
public class Example1
44
    extends JFrame
45
{
43
public class Example1 extends JFrame {
44
	private static final long serialVersionUID = -2655722904436980134L;
46 45

  
47
//**********************************************************************
48
// main
49
//**********************************************************************
46
	// **********************************************************************
47
	// main
48
	// **********************************************************************
50 49

  
51
public static void
52
main(
53
    String[] args)
54
{
55
    new Example1();
56
}
50
	public static void main(String[] args) {
51
		new Example1();
52
	}
57 53

  
58
//**********************************************************************
54
// **********************************************************************
59 55
// Constructors
60 56
//**********************************************************************
61 57

  
......
186 182
// End Inner Classes
187 183
//**********************************************************************
188 184

  
189
}
185
}

Also available in: Unified diff