Changeset 7 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/drawers/EventIconDrawer.java
- Timestamp:
- 07/25/2017 11:16:45 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/scriptbuilder/gui/drawers/EventIconDrawer.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:ignore
set to
build
-
Property
svn:ignore
set to
-
trunk/src/scriptbuilder/gui/drawers/EventIconDrawer.java
r1 r7 13 13 import scriptbuilder.structures.ScriptEvent.ScriptEventType; 14 14 import images.*; 15 import scriptbuilder.structures.events. ScriptEventInterface;15 import scriptbuilder.structures.events.I_ScriptEvent; 16 16 17 17 /** … … 138 138 * y) 139 139 */ 140 public static void DrawEventIcon(Graphics2D g2d, ScriptEventInterfaceevent,140 public static void DrawEventIcon(Graphics2D g2d, I_ScriptEvent event, 141 141 int x, int y) 142 142 {
Note: See TracChangeset
for help on using the changeset viewer.
