Answers for "how to put jframe in center of screen using jframe properties"

0

how to put jframe in center of screen using jframe properties

public frame() {     
   initComponents();
   this.setLocationRelativeTo(null);
}
Posted by: Guest on October-08-2020

Browse Popular Code Answers by Language