Changeset 777


Ignore:
Timestamp:
09/06/12 09:49:54 (12 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

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

    r658 r777  
    3030public class ShowGuiModelDialog extends Dialog { 
    3131 
    32     protected Object result; 
    3332    protected Shell shell; 
    3433    private Tree guiTree; 
     
    5352     * @return the result 
    5453     */ 
    55     public Object open() { 
     54    public void open() { 
    5655        createContents(); 
    5756        shell.open(); 
     
    6362            } 
    6463        } 
    65         return result; 
    6664    } 
    6765 
Note: See TracChangeset for help on using the changeset viewer.