Sets the path to the directory containing the last file opened by the user.
(String dir)
| 287 | |
| 288 | /** Sets the path to the directory containing the last file opened by the user. */ |
| 289 | public static void setLastDirectory(String dir) { |
| 290 | lastDir = dir; |
| 291 | } |
| 292 | |
| 293 | /** Returns the name of the last file opened by the user |
| 294 | using a file open or file save dialog, or using drag and drop. |
no outgoing calls
no test coverage detected