Returns the name of the last file opened by the user using a file open or file save dialog, or using drag and drop. Returns null if the users has not opened a file.
()
| 294 | using a file open or file save dialog, or using drag and drop. |
| 295 | Returns null if the users has not opened a file. */ |
| 296 | public static String getLastName() { |
| 297 | return lastName; |
| 298 | } |
| 299 | |
| 300 | /** Sets the name of the last file opened by the user. */ |
| 301 | public static void setLastName(String name) { |
no outgoing calls
no test coverage detected