Answers for "How to set the screen posistion of a jframe"

3

open jframe in center of screen

add this after setbounds

setLocationRelativeTo(null);
Posted by: Guest on September-12-2020

Code answers related to "How to set the screen posistion of a jframe"

Browse Popular Code Answers by Language