Hello, I wonder if anyone knows any way to increase the size of a Jfilechooser like this : I would like it to fill up all the space left on the screen, to make it easier to locate the files. Thanks in advance, Good Night !
Unfortunately it didn’t work out :(
– Prostetnic Vogon Jeltz
I discovered here, in case it would be : file.setPreferredSize(new Dimension(x, y));
– Prostetnic Vogon Jeltz