Revision 119 org.gvsig.toolbox/trunk/org.gvsig.toolbox/org.gvsig.toolbox.gui/src/main/java/es/unex/sextante/gui/settings/AlgorithmGroupsConfigurationDialog.java

View differences:

AlgorithmGroupsConfigurationDialog.java
45 45
		m_Map = AlgorithmGroupsOrganizer.getGrouppingMap();
46 46

  
47 47
		final TableLayout thisLayout = new TableLayout(new double[][] {
48
				{ 3.0, 
48
				{ 3.0,
49 49
					TableLayout.MINIMUM, // 1: Restore Default
50 50
					TableLayout.FILL, // 2: Filler
51 51
					90.0, // 3: Cancel
......
56 56
		thisLayout.setHGap(5);
57 57
		thisLayout.setVGap(5);
58 58
		getContentPane().setLayout(thisLayout);
59
		
59

  
60 60
		{
61 61
			jButtonRestore = new JButton();
62 62
			getContentPane().add(jButtonRestore, "1, 3");
......
66 66
					jButtonRestoreActionPerformed(evt);
67 67
				}
68 68
			});
69
		}		
69
		}
70 70
		{
71 71
			jButtonCancel = new JButton();
72 72
			getContentPane().add(jButtonCancel, "3, 3");
......
86 86
					jButtonOKActionPerformed(evt);
87 87
				}
88 88
			});
89
		}		
89
		}
90 90
		{
91 91
			jScrollPane = new JScrollPane();
92 92
			getContentPane().add(jScrollPane, "1, 1, 5, 1");
......
113 113
			    if ( i == 1 ) {
114 114
			    	column.setPreferredWidth(150);
115 115
			    }
116
			}			
116
			}
117 117

  
118 118
		}
119 119
		{
120
			this.setTitle("SEXTANTE - " + Sextante.getText("ConfigureAlgGroups"));
121
			this.setSize(800, 500);			
120
			this.setTitle(Sextante.getText("Toolbox")+ " - " + Sextante.getText("ConfigureAlgGroups"));
121
			this.setSize(800, 500);
122 122
			//this.pack();
123 123
			this.setLocationRelativeTo(null);
124 124
		}

Also available in: Unified diff