Ignore:
Timestamp:
09/24/11 02:44:33 (13 years ago)
Author:
sherbold
Message:

Work on the SWT GUI prototype. The prototype is still incomplete and should not be used.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/swt/ModelPropertiesDialog.java

    r188 r192  
    1313import org.eclipse.swt.layout.FillLayout; 
    1414 
    15 public class ModelProperties extends Dialog { 
     15public class ModelPropertiesDialog extends Dialog { 
    1616 
    1717        protected Object result; 
     
    2323         * @param style 
    2424         */ 
    25         public ModelProperties(Shell parent, int style) { 
     25        public ModelPropertiesDialog(Shell parent, int style) { 
    2626                super(parent, style); 
    2727                setText("SWT Dialog"); 
Note: See TracChangeset for help on using the changeset viewer.