Ignore:
Timestamp:
09/24/11 04:17:48 (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/TrainModelDialog.java

    r192 r194  
    1717 
    1818import de.ugoe.cs.util.console.CommandExecuter; 
    19 import de.ugoe.cs.util.console.Console; 
    2019 
    2120public class TrainModelDialog extends Dialog { 
     
    172171                                        messageBox.setText("Error"); 
    173172                                        messageBox.setMessage("No modelname defined!"); 
     173                                        messageBox.open(); 
    174174                                        return; 
    175175                                } 
     
    189189                                                messageBox.setText("Error"); 
    190190                                                messageBox.setMessage("Min. Order must be smaller than or equal to max. order!"); 
     191                                                messageBox.open(); 
    191192                                                return; 
    192193                                        } 
     
    196197                                                messageBox.setText("Error"); 
    197198                                                messageBox.setMessage("Escape probability must be in [0,1]!"); 
     199                                                messageBox.open(); 
    198200                                                return; 
    199201                                        } 
Note: See TracChangeset for help on using the changeset viewer.