Get the file chooser. @return the current file chooser
()
| 393 | * @return the current file chooser |
| 394 | */ |
| 395 | static public XJFileChooser getFileChooser() { |
| 396 | return fileChooser; |
| 397 | } |
| 398 | |
| 399 | /** |
| 400 | * Get the {@link ResourceReference} chooser. |
no outgoing calls
no test coverage detected