Revision: 5636
          http://sourceforge.net/p/jump-pilot/code/5636
Author:   ma15569
Date:     2017-12-14 10:50:25 +0000 (Thu, 14 Dec 2017)
Log Message:
-----------
removed some statics 

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

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/ui/FeatureCollectionPanel.java
===================================================================
--- 
core/trunk/src/com/vividsolutions/jump/workbench/ui/FeatureCollectionPanel.java 
    2017-12-14 10:22:09 UTC (rev 5635)
+++ 
core/trunk/src/com/vividsolutions/jump/workbench/ui/FeatureCollectionPanel.java 
    2017-12-14 10:50:25 UTC (rev 5636)
@@ -30,9 +30,9 @@
     private static final long serialVersionUID = 1L;
     private static FeatureCollection featureCollection;
     private static DefaultTableModel model = new DefaultTableModel();
-    private static JScrollPane pane = new JScrollPane();
-    private static JTable jTable = new JTable();
-    private static JLabel jLabel = new JLabel();
+    private JScrollPane pane = new JScrollPane();
+    private JTable jTable = new JTable();
+    private JLabel jLabel = new JLabel();
     private final Color LIGHT_GRAY = new Color(230, 230, 230);
 
     @SuppressWarnings("static-access")


------------------------------------------------------------------------------
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