How do you get the screen width in java?

java.awt.Toolkit.getDefaultToolkit().getScreenSize()

Leave a Comment