/[cashew-s-editor]/cashews/src/nongnu/cashews/eclipse/gui/CashewsWizard.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/eclipse/gui/CashewsWizard.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gnu_andrew, Wed May 11 07:16:05 2005 UTC revision 1.2 by gnu_andrew, Fri May 13 01:46:42 2005 UTC
# Line 48  public class CashewsWizard Line 48  public class CashewsWizard
48    {    {
49      super();      super();
50      setNeedsProgressMonitor(true);      setNeedsProgressMonitor(true);
51        setWindowTitle("CASheW-s");
52      try      try
53        {        {
54          cp = new CompositeProcess("CompProc");          cp = new CompositeProcess("CompProc");
# Line 65  public class CashewsWizard Line 66  public class CashewsWizard
66    {    {
67      addPage(new CompositeChoicePage());      addPage(new CompositeChoicePage());
68      addPage(new OperationChoicePage());      addPage(new OperationChoicePage());
69      addPage(new ConnectionPage());      //addPage(new ConnectionPage());
70    }    }
71    
72    /**    /**
# Line 75  public class CashewsWizard Line 76  public class CashewsWizard
76     */     */
77    public boolean performFinish()    public boolean performFinish()
78    {    {
79      return true;      if (cp.getControlStructure() != null)
80          return true;
81        else
82          return false;
83    }    }
84    
85    /**    /**

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26