- 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/AboutDialog.java
r195 r287 14 14 public class AboutDialog extends Dialog { 15 15 16 protected Object result;17 16 protected Shell shlAboutEventbenchconsole; 18 17 private final FormToolkit formToolkit = new FormToolkit(Display.getDefault()); … … 30 29 /** 31 30 * Open the dialog. 32 * @return the result33 31 */ 34 public Objectopen() {32 public void open() { 35 33 createContents(); 36 34 shlAboutEventbenchconsole.open(); … … 42 40 } 43 41 } 44 return result;45 42 } 46 43
Note: See TracChangeset
for help on using the changeset viewer.