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/CommandHistoryDialog.java

    r188 r192  
    1111import org.eclipse.swt.layout.GridData; 
    1212 
    13 public class CommandHistory extends Dialog { 
     13public class CommandHistoryDialog extends Dialog { 
    1414 
    1515        protected Object result; 
     
    2121         * @param style 
    2222         */ 
    23         public CommandHistory(Shell parent, int style) { 
     23        public CommandHistoryDialog(Shell parent, int style) { 
    2424                super(parent, style); 
    2525                setText("SWT Dialog"); 
Note: See TracChangeset for help on using the changeset viewer.