Answers for "how to start the jframe in center of screen"

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 start the jframe in center of screen"

Browse Popular Code Answers by Language