mbaeuerle / Briss-2.0

Briss 2.0 is intended to be a GUI Update for the Briss PDF cropping tool.
GNU General Public License v3.0
499 stars 48 forks source link

Change Filechooser #9

Closed mbaeuerle closed 8 years ago

mbaeuerle commented 9 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

mbaeuerle commented 8 years ago

Fixed with commit 2126f699957f6a9360ad6983f1725faa0e02c9b2 The FileChooser from JavaFX is now used.