Closed mbaeuerle closed 8 years ago
Currently the used filechooser is a JFileChooser which is very ugly and cumbersome to use. Either we change it to AWTs FileDialog or we need another alternative like the one from SWT or a native one through JNI
Fixed with commit 2126f699957f6a9360ad6983f1725faa0e02c9b2 The FileChooser from JavaFX is now used.
Currently the used filechooser is a JFileChooser which is very ugly and cumbersome to use. Either we change it to AWTs FileDialog or we need another alternative like the one from SWT or a native one through JNI