Answers for "how to place center the 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 place center the Jframe"

Browse Popular Code Answers by Language