Revision 315 org.gvsig.toolbox/trunk/org.gvsig.toolbox/org.gvsig.toolbox.gui/src/main/java/es/unex/sextante/gui/core/DefaultGUIFactory.java

View differences:

DefaultGUIFactory.java
104 104
         else {
105 105
            dialog = new AlgorithmDialog(alg, paramPanel, commands);
106 106
         }
107
         //dialog.setResizable(true);
107 108
         dialog.pack();
108 109
         dialog.setVisible(true);
109 110
         return dialog.getDialogReturn();

Also available in: Unified diff