comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java @ 5334:b296d435fc69

Doc and whitespace fixes.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 19 Mar 2013 10:25:23 +0100
parents 360e22afb98b
children
comparison
equal deleted inserted replaced
5333:623e5c9f91ef 5334:b296d435fc69
1203 // Remove the tab containing the locationTable. 1203 // Remove the tab containing the locationTable.
1204 // The 'updateTab()' avoids the tab content to be destroyed. 1204 // The 'updateTab()' avoids the tab content to be destroyed.
1205 inputTables.updateTab(0, null); 1205 inputTables.updateTab(0, null);
1206 inputTables.removeTab(0); 1206 inputTables.removeTab(0);
1207 1207
1208 //Create a new tab containing the locationDistanceTable. 1208 // Create a new tab containing the locationDistanceTable.
1209 Tab t1 = new Tab(MESSAGES.locations()); 1209 Tab t1 = new Tab(MESSAGES.locations());
1210 t1.setPane(locationDistanceTable); 1210 t1.setPane(locationDistanceTable);
1211 inputTables.addTab(t1, 0); 1211 inputTables.addTab(t1, 0);
1212 1212
1213 // Bring the distanceTable tab to front. 1213 // Bring the distanceTable tab to front.

http://dive4elements.wald.intevation.org