Revision: 5054
http://sourceforge.net/p/jump-pilot/code/5054
Author: michaudm
Date: 2016-10-07 07:06:53 +0000 (Fri, 07 Oct 2016)
Log Message:
-----------
Fix SaveLayersWithoutDataSourcePlugIn by using JFileChooser instead of
JFCWithEnterAction
Modified Paths:
--------------
core/trunk/ChangeLog
core/trunk/src/org/openjump/core/ui/plugin/file/SaveLayersWithoutDataSourcePlugIn.java
Modified: core/trunk/ChangeLog
===================================================================
--- core/trunk/ChangeLog 2016-10-06 22:26:18 UTC (rev 5053)
+++ core/trunk/ChangeLog 2016-10-07 07:06:53 UTC (rev 5054)
@@ -3,6 +3,10 @@
# 2. make sure that lines break at 80 chars for constricted display situations
#<-------------------------------- 80 chars
---------------------------------->#
+2016-10-07 mmichaud <[email protected]>
+ * Fix SaveLayersWithoutDataSourcePlugIn by using JFileChooser instead of
+ JFCWithEnterAction
+
2016-10-06 ede
* PLUS: update ImageIO-Ext to 1.1.15, GDAL binding to 2.1.0
Modified:
core/trunk/src/org/openjump/core/ui/plugin/file/SaveLayersWithoutDataSourcePlugIn.java
===================================================================
---
core/trunk/src/org/openjump/core/ui/plugin/file/SaveLayersWithoutDataSourcePlugIn.java
2016-10-06 22:26:18 UTC (rev 5053)
+++
core/trunk/src/org/openjump/core/ui/plugin/file/SaveLayersWithoutDataSourcePlugIn.java
2016-10-07 07:06:53 UTC (rev 5054)
@@ -90,7 +90,8 @@
}
public void initialize(PlugInContext context) throws Exception {
- fileChooser = new JFCWithEnterAction();
+ //fileChooser = new JFCWithEnterAction();
+ fileChooser = new JFileChooser();
fileChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
fileChooser.setDialogTitle(FILECHOOSER);
}
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel