I don’t like this ugly FileChooser layout in Linux.

This layout is used by any other program and is MUCH more beautiful.

Is this layout available in Java? If so, how?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Update: this project is dedicated to solving the problem.
I do not believe this is a duplicate. The suggested solutions in the other questions do not help the situation in Linux (GTK at least).
FileDialoglooks different thanJFileChooser, but really just as strange. It does not look like the file choosers of native GTK applications.XFileDialogis Windows-only and falls back onJFileChooserin GTK.VFSJFileChooserdoes not have improved GTK LAF as a goal.Unfortunately I do not know of any file chooser that looks native in GTK. Hopefully someone else does.