-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] please use a gui file picker that isnt abysmal #1213
Comments
Jadx is a Java based application and Java does not use native file picker at all as those components are platform specific and Java is a multi-platform system. I am not sure if and how a Java file picker can be configured or changed but that requires to have a detailed problem report, not just a rant about something you don't like. So please enhance your feature request with a detailed description what and how in your opinion the file-picker should be changed. |
I made a separate branch: @Directory, @jpstotz can you check this branch? Edit: it also works on Linux with Java 8 showing GTK file open dialog, but Java 11 and 16 just crash 😕 |
@skylot The branch and it's open file dialog works fine for me on Windows 10 using Adopt OpenJDK 8/11/16. I will check it on an Intel based Mac the next days. |
@jpstotz thanks!
Yeah, I also don't see much difference. |
The question how to filter files in Awt FileDialog seems to as old as Java, I found this question multiple times, the first one dated 2001 but never with any working solution. If you have tested the
|
Well, I tested under Gnome on Arch Linux and it is working fine here. Tested with Java 8, 11 and 16. |
@alissonlauffer great! Thanks! So, it's working in most common DEs and platforms. What about usability? I think we need to wait @Directory opinion. |
Here, using the GTK file chooser is much better than the Java file chooser, although the files are not filtered, as mentioned above. But unfortunately, it seems that the JVM is randomly crashing when opening Jadx: Sometimes it opens just fine, sometimes not. |
Maybe use FlatLaf or Darklaf for good gui, and dark theme support:) |
@MrIkso this is not actually related to using native file dialog. |
Ok, it remains to update the icons to normal svg from idea, which is what I'm doing right now :). |
in the gui (on windows) the file picker is nothing short of absolute trash. it takes forever to travel my pc's directory tree. why cant it just be the default windows file picker that any other application uses. who asked for this garbage.
The text was updated successfully, but these errors were encountered: