Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 251 → Rev 252

/sun/xmleditor/trunk/src/control/Startup.java
1,22 → 1,18
/** This file contains the Startup class
*
* @version $Revision: 1.3 $
* @version $Revision: 1.4 $
*
* Last modification: $Date: 2003/06/16 09:58:24 $
* Last modification: $Date: 2003/06/18 15:56:17 $
*/
 
package src.control;
 
 
 
 
public class Startup {
public static void main (String [] args)
{
Controller myController = new Controller();
//TODO make other importent objects
Controller myController = new Controller();
}
 
}