Changeset 145 in tmcsimulator-scriptbuilder for trunk/src/event/editor/frame/PropertyModel.java
- Timestamp:
- 11/04/2019 08:14:32 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/event/editor/frame/PropertyModel.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/frame/PropertyModel.java
r134 r145 70 70 try 71 71 { 72 //todo: this is where there are problems with initializing the unit window 72 73 JPanel panel = (JPanel) classMap.get(property).newInstance(); 73 74 … … 82 83 { 83 84 System.err.println("Could not create panel of type \"" + property + "\""); 84 } 85 } 85 86 } 86 87
Note: See TracChangeset
for help on using the changeset viewer.
