I want to shrink my JFrame
less than 100 pixels length and width, but it seems like a frame has a limit in shrinking the window. Is there any possible way to shrink the window any further? Let's say, making a boxed window setSize(50,50)
. How can one do that correctly? I feel so limited that you can't make the window size as small as you want to.
I think it has something to do with the title bar, but how can you adjust the size of the title bar?