Hello, I would like to know 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 over on the screen, to make it easier to locate the files. Thank you in advance, Good Night!
Try chooser.setSize(new Dimension(x, y));
.
Replace x
and y
with a value of your choice.