steos / jnafilechooser

A Java file chooser API that uses the Windows native dialogs if possible.
BSD 3-Clause "New" or "Revised" License
53 stars 14 forks source link

Support for other operating systems #16

Open mbaeuerle opened 4 years ago

mbaeuerle commented 4 years ago

Thanks for creating this! I was always annoyed by the different looking Java implementations of file choosers. Is there any chance that other operating systems could also be supported?

steos commented 4 years ago

Hi! Thanks for your interest in the project. It should definitely be possible to support other operating system and it would be a great addition to the project. I don't have any plans to work on it but I would appreciate any contributions!