Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 89 → Rev 90

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