Ignore:
Timestamp:
09/24/11 02:44:33 (13 years ago)
Author:
sherbold
Message:

Work on the SWT GUI prototype. The prototype is still incomplete and should not be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/swt/SWTConsole.java

    r188 r192  
    33import org.eclipse.swt.widgets.Text; 
    44 
     5import de.ugoe.cs.util.StringTools; 
    56import de.ugoe.cs.util.console.Console; 
    67import de.ugoe.cs.util.console.ConsoleObserver; 
     
    3839        @Override 
    3940        public void commandNotification(String command) { 
    40                 output.append("> " + command);   
     41                output.append("> " + command + StringTools.ENDLINE);     
    4142        } 
    4243} 
Note: See TracChangeset for help on using the changeset viewer.