Assuming a normal JFrame, I try to get the insertion values ββbefore the frame becomes visible. I can get these penalty values ββwhen the frame becomes visible (and I suppose I could create a jframe off-screen), but wondered if there was a way to tickle Java in setting the insert before visibility. Prior to this call, all insertion values ββare zero.
Net, I'm trying to get the exact dimensions of the client area of ββthe frames - or better said, I'm trying to create a JFrame with very specific dimensions of the client area.
Thanks in advance.
java swing jframe
Robny
source share