- Timestamp:
- 12/09/11 12:55:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/swt/GetObjectNameDialog.java
r192 r287 18 18 String objectName = ""; 19 19 20 protected Object result;21 20 protected Shell shlObjectName; 22 21 private Text text; … … 34 33 /** 35 34 * Open the dialog. 36 * @return the result37 35 */ 38 public Objectopen() {36 public void open() { 39 37 createContents(); 40 38 shlObjectName.open(); … … 46 44 } 47 45 } 48 return result;49 46 } 50 47
Note: See TracChangeset
for help on using the changeset viewer.