Skip to content
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

Replace Swing JDK chooser with native dialog #21

Merged
merged 4 commits into from
Jul 17, 2024

Conversation

1fexd
Copy link
Contributor

@1fexd 1fexd commented Jul 14, 2024

I wanted to choose a JDK located in ~/.jdks on my Linux machine and noticed that the existing dialog doesn't allow showing hidden files at all, so I replaced it with the AWT version which opens the native file chooser which is way better than the Swing implementation

@Col-E
Copy link
Owner

Col-E commented Jul 17, 2024

Ubuntu

Before:

image

After:

image

@Col-E Col-E merged commit 4d1516a into Col-E:master Jul 17, 2024
@Col-E Col-E added the enhancement New feature or request label Jul 17, 2024
@Col-E
Copy link
Owner

Col-E commented Jul 17, 2024

Thank you! I didn't know the existing dialog was such garbage on linux 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants