You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
@pedrosino, how's your java? Are you interested in taking this on?
If this proves difficult, an easy alternative might be to give people a link that they can click on and tell them where to save the file. This would be a little lame, but should be fairly trivial to do.
My Java is 8 update 121 (not the latest - we use some stuff at work that doesn't work quite well with up-to-date versions).
I'm interested but I don't think I can take it on. Been a long time sime a programmed any java.
Isn't it possible to make it run "normally" like the .jar already does? Or maybe on the background?
Haha, when I asked "how's your java", I didn't mean which version are you using, I meant "how comfortable are you writing Java"?
I don't actually know what exactly will be involved in implementing this. The way Java Swing works, we'll want to make sure that the download is happening on a separate thread (NOT the event dispatch thread), and some other stuff I don't remember...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While downloading the database export, the modal progress dialog prevents the user from doing anything else.
The text was updated successfully, but these errors were encountered: