|
This example describes how to get screen size in Java. java.awt.Toolkit class can be used to get the screen sizes as follows.
// Get the size of the default screen
Dimension dim = Toolkit.getDefaultToolkit().getScreenSize();
|
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.