raeleus / skin-composer

Create skins for LibGDX scene2d.ui with a graphical interface.
MIT License
427 stars 34 forks source link

Command line option (-swingfd) for using swing.JFileChooser #102

Closed softkide closed 3 years ago

softkide commented 3 years ago

If running with command line option -swingfd, tinyfd library is bypassed and swing JFileChooser is used. if this command line option is not used nothing is changed.
this solves issue #101

raeleus commented 3 years ago

This looks like a good solution. Thanks for writing this!