Changeset 893
- Timestamp:
- 04/24/08 11:11:57 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
SimExplorer-IDE/trunk/SimExplorer-NB-IDE/src/fr/cemagref/simexplorer/ide/netbeans/OpenApplicationAction.java
r826 r893 40 40 try { 41 41 // open the filechooser in the current directory 42 fc.setCurrentDirectory(new java.io.File(new java.io.File(" .").getCanonicalPath()));42 fc.setCurrentDirectory(new java.io.File(new java.io.File("user.dir.").getCanonicalPath())); 43 43 } catch (IOException ex) { 44 44 Logger.getLogger("global").log(Level.SEVERE, null, ex);





