Changeset 145 in tmcsimulator-scriptbuilder for trunk/src/event/editor/frame/PropertyModel.java


Ignore:
Timestamp:
11/04/2019 08:14:32 AM (6 years ago)
Author:
sdanthin
Message:

Move from Git to Svn (LARGE COMMIT)

File:
1 edited

Legend:

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

    r134 r145  
    7070        try 
    7171        { 
     72            //todo: this is where there are problems with initializing the unit window 
    7273            JPanel panel = (JPanel) classMap.get(property).newInstance(); 
    7374 
     
    8283        { 
    8384            System.err.println("Could not create panel of type \"" + property + "\""); 
    84         } 
     85        }             
    8586    } 
    8687     
Note: See TracChangeset for help on using the changeset viewer.