- Timestamp:
- 09/24/11 02:44:33 (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/swt/ModelPropertiesDialog.java
r188 r192 13 13 import org.eclipse.swt.layout.FillLayout; 14 14 15 public class ModelProperties extends Dialog {15 public class ModelPropertiesDialog extends Dialog { 16 16 17 17 protected Object result; … … 23 23 * @param style 24 24 */ 25 public ModelProperties (Shell parent, int style) {25 public ModelPropertiesDialog(Shell parent, int style) { 26 26 super(parent, style); 27 27 setText("SWT Dialog");
Note: See TracChangeset
for help on using the changeset viewer.