Ignore:
Timestamp:
09/03/12 10:57:43 (12 years ago)
Author:
sherbold
Message:
  • added command cleanupKeyInteractions to handle invalid KeyPressed/KeyReleased? pairs
  • fixed minor bug in command condenseMouseClicks
  • fixed minor bug in command correctKeyInteractionTargets
  • fixed minor bug in command detectTextInputEvents
  • fixed minor bug in command sortKeyInteractions
  • beautified showing of sequences in SWT GUI
  • updated ArgoUML GUI Mappings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-ui-swt/src/main/java/de/ugoe/cs/quest/ui/swt/SequencesDialog.java

    r667 r750  
    133133                guiModel = (GUIModel) targetObject; 
    134134            } 
    135             if (guiModel == null) { 
    136                 MessageBox messageBox = new MessageBox(shell, SWT.ERROR); 
    137                 messageBox.setMessage("Operation not supported!\nOnly works for GUI sequences."); 
    138                 messageBox.setText("Error"); 
    139                 messageBox.open(); 
    140             } 
    141135        } 
    142136        else { 
Note: See TracChangeset for help on using the changeset viewer.