- Timestamp:
- 09/26/11 20:24:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/swt/ConsoleTabComposite.java
r192 r195 69 69 btnEnter.setText("Enter"); 70 70 71 textConsoleOutput = new Text(this, SWT.BORDER | SWT. H_SCROLL | SWT.V_SCROLL | SWT.CANCEL);71 textConsoleOutput = new Text(this, SWT.BORDER | SWT.READ_ONLY | SWT.H_SCROLL | SWT.V_SCROLL | SWT.CANCEL); 72 72 GridData gd_textConsoleOutput = new GridData(SWT.FILL, SWT.FILL, true, true, 3, 1); 73 73 gd_textConsoleOutput.heightHint = 102;
Note: See TracChangeset
for help on using the changeset viewer.