Answers for "how to launch jframe in the center of the 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 launch jframe in the center of the screen"

Browse Popular Code Answers by Language