1. JFrame not being made at right dimensions stackoverflow.comThis code, when run, will make a window but not at the specified dimensions. What is wrong with it?
|
2. Is there a JFrame.getBounds equivalent that gets only the actual client area? stackoverflow.comInstead of the whole window complete with close, maxi- and minimize buttons, as well as border? I'm trying to save a screenshot of the client area...maximizedBounds crashes the app... |
3. Help! Can i open a frame to fit the dimensions of the monitor coderanch.comIs there a method to call in order to set the size of the frame/jframe to exactly the size of the monitor? At the moment i manually set the width and length of my frame to match the size of the monitor; but what if my client uses another size of monitor. Thanks in advance. |