Changeset 102 in tmcsimulator-scriptbuilder for trunk/src/event
- Timestamp:
- 09/01/2017 12:08:27 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/event/editor/frame/Editor.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/frame/Editor.java
r101 r102 10 10 import java.text.SimpleDateFormat; 11 11 import scriptbuilder.gui.IncidentEditorFrame; 12 import scriptbuilder.gui.ScriptBuilderFrame; 12 13 import scriptbuilder.gui.panels.IncidentTimelinePanel; 13 14 import scriptbuilder.structures.ScriptEvent; … … 486 487 } 487 488 } 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 // } 502 505 503 506 // Variables declaration - do not modify//GEN-BEGIN:variables
Note: See TracChangeset
for help on using the changeset viewer.
