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?
A:
http://stackoverflow.com/questions/759376/alternative-to-jfilechooser
why you don't search before posting?
Jack
2010-04-11 16:42:28
I found this page already. But the demo doesn't start. :(
Martijn Courteaux
2010-04-11 16:46:24
download the lib and try it :D
Jack
2010-04-11 16:51:26
+2
A:
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).
- AWT's
FileDialog
looks different thanJFileChooser
, but really just as strange. It does not look like the file choosers of native GTK applications. XFileDialog
is Windows-only and falls back onJFileChooser
in GTK.VFSJFileChooser
does 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.
Yuvi Masory
2010-04-13 00:56:04
Thanks! I think I'm going to use the VFSJFileChooser in futur! Thanks
Martijn Courteaux
2010-04-13 17:47:33