Revision: 5468
          http://sourceforge.net/p/jump-pilot/code/5468
Author:   elnico
Date:     2017-06-29 13:25:09 +0000 (Thu, 29 Jun 2017)
Log Message:
-----------
Removed useless message for Network Properties Timeout tab

Modified Paths:
--------------
    
core/trunk/src/com/vividsolutions/jump/workbench/ui/network/ProxySettingsOptionsPanel.java

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/ui/network/ProxySettingsOptionsPanel.java
===================================================================
--- 
core/trunk/src/com/vividsolutions/jump/workbench/ui/network/ProxySettingsOptionsPanel.java
  2017-06-29 13:21:29 UTC (rev 5467)
+++ 
core/trunk/src/com/vividsolutions/jump/workbench/ui/network/ProxySettingsOptionsPanel.java
  2017-06-29 13:25:09 UTC (rev 5468)
@@ -403,9 +403,6 @@
       timeoutSettingsPanel.setBorder(BorderFactory
           .createTitledBorder(getMessage("timeout")));
 
-      JLabel ogcServicesTimeoutLabel = new 
JLabel(getMessage("ogc-services-timeout"));
-      
-      
       JLabel readTimeoutLabel = new JLabel(getMessage("read-timeout"));
       NumberFormatter readFormatter = getIntegerFormatter(false, false);
       readTimeoutTextField = new JFormattedTextField(readFormatter);
@@ -415,11 +412,9 @@
       connectionTimeoutTextField = new JFormattedTextField(cnxFormatter);
       
       // Add the components to the panel
-      FormUtils.addRowInGBL(timeoutSettingsPanel, 0, 0, 
ogcServicesTimeoutLabel,
-          new JLabel(""));
-      FormUtils.addRowInGBL(timeoutSettingsPanel, 1, 0, readTimeoutLabel,
+      FormUtils.addRowInGBL(timeoutSettingsPanel, 0, 0, readTimeoutLabel,
           readTimeoutTextField);
-      FormUtils.addRowInGBL(timeoutSettingsPanel, 2, 0, connectionTimeoutLabel,
+      FormUtils.addRowInGBL(timeoutSettingsPanel, 1, 0, connectionTimeoutLabel,
           connectionTimeoutTextField);
 
     }


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to