I am working on a desktop application in Java which uses Swing with MIG layout for building the GUI. I have a lot of drag&drop actions which require "fixed" screen positions (the application works with plugs and sockets). Currently we support only one screen resolution Is it possible to build the GUI so that it is scaled somehow according to the screen resolution?
Thank you in advance