Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 55 → Rev 56

/sun/xmleditor/trunk/src/control/Startup.java
0,0 → 1,19
/*
* TODO make notes
*/
package src.control;
 
/**
* TODO make notes
*/
 
import src.gui.*;
 
public class Startup {
public static void main (String [] args)
{
GUI myGui = new GUI();
//TODO make other importent objects
}
 
}
Property changes:
Added: svn:keywords
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
\ No newline at end of property