I made a program using several JFrames on a Mac, and the resolution was fine, everything went right to the screen. But when I run the program on my PC, JFrames are too large and go straight from the screen.
My question is: is it possible to set universal resolution on JFrame so that all components are drawn a little less? I would prefer to do this and then go through the entire program and manually resize each component.
source
share