Changeset 102 in tmcsimulator-scriptbuilder for trunk/src/event/editor/frame/Editor.java


Ignore:
Timestamp:
09/01/2017 12:08:27 PM (9 years ago)
Author:
bmcguffin
Message:

Commented out main() method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/event/editor/frame/Editor.java

    r101 r102  
    1010import java.text.SimpleDateFormat; 
    1111import scriptbuilder.gui.IncidentEditorFrame; 
     12import scriptbuilder.gui.ScriptBuilderFrame; 
    1213import scriptbuilder.gui.panels.IncidentTimelinePanel; 
    1314import scriptbuilder.structures.ScriptEvent; 
     
    486487        } 
    487488    } 
    488  
    489     /** 
    490      * @param args the command line arguments 
    491      */ 
    492     public static void main(String args[]) 
    493     { 
    494         java.awt.EventQueue.invokeLater(new Runnable() 
    495         { 
    496             public void run() 
    497             { 
    498                 new Editor(new IncidentEditorFrame(new ScriptIncident(100, null, null, null))).setVisible(true); 
    499             } 
    500         }); 
    501     } 
     489// 
     490//    /** 
     491//     * @param args the command line arguments 
     492//     */ 
     493//    public static void main(String args[]) 
     494//    { 
     495//        java.awt.EventQueue.invokeLater(new Runnable() 
     496//        { 
     497//            public void run() 
     498//            { 
     499//                new Editor(new IncidentEditorFrame( 
     500//                        new ScriptIncident(100, null, null, null),  
     501//                        new ScriptBuilderFrame())).setVisible(true); 
     502//            } 
     503//        }); 
     504//    } 
    502505 
    503506    // Variables declaration - do not modify//GEN-BEGIN:variables 
Note: See TracChangeset for help on using the changeset viewer.