- 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/CommandHistoryDialog.java
r188 r192 11 11 import org.eclipse.swt.layout.GridData; 12 12 13 public class CommandHistory extends Dialog {13 public class CommandHistoryDialog extends Dialog { 14 14 15 15 protected Object result; … … 21 21 * @param style 22 22 */ 23 public CommandHistory (Shell parent, int style) {23 public CommandHistoryDialog(Shell parent, int style) { 24 24 super(parent, style); 25 25 setText("SWT Dialog");
Note: See TracChangeset
for help on using the changeset viewer.