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
java.awt.Toolkit.getDefaultToolkit().getScreenSize()