If you want your app to size correctly according to the screen resolution size (not the same as its physical dimensions), use Toolkit.getScreenSize(), and size your main frame appropriately. If you...