File chooser dialog is unreliable
thecodewarrior opened this issue ยท 6 comments
The JFileChooser dialog is unreliable, sometimes it doesn't open at all. I think it has to do with threading weirdness, but I don't know.
We could ditch the dialog altogether, and save the exported image in .minecraft
under some default name, which would be unique to the world + atlas instance.
Not strictly related to this, but there's another old bug where the exporting screen will close if you resize the screen while exporting. Or has that been fixed already?
https://github.com/Hunternif/AntiqueAtlas/blob/master/src/main/java/hunternif/mc/atlas/client/gui/GuiAtlas.java#L366
Finally, I'm just so happy to see you guys continue this mod. Cheers! ๐ ๐ ๐
I merged #196. The method is still in the code, so we could add an option, but as this issue probably persists then, I'd opt for just closing this issue now.
I know this is a rather old issue, but I'm still experiencing this problem.
A way of simply exporting directly to a file without a chooser -- possibly similar to how screenshots are named -- would be very helpful.
Edit: to be clear, what happens is I click 'export' and it never actually appears. This is on Windows (also java 8).