Does anyone know how you would get the screen width in java? I read something about some toolkit method but I\'m not quite sure what that is.
Thanks, Andrew
If you need the resolution of the screen that a certain component is currently assigned to (something like most part of the root window is visible on that screen), you can use this answer.