Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 69 → Rev 70

/sun/xmleditor/trunk/src/control/Startup.java
1,8 → 1,8
/** This file contains the Startup class
*
* @version $Revision: 1.1 $
* @version $Revision: 1.2 $
*
* Last modification: $Date: 2003/06/13 10:39:06 $
* Last modification: $Date: 2003/06/15 15:15:31 $
*/
 
package src.control;
12,10 → 12,12
import src.gui.*;
 
public class Startup {
public static void main (String [] args)
{
GUI myGui = new GUI();
//TODO make other importent objects
}
 
}