Answers for "how to justify text in jframe"

1

how to set jlabel in center

jLabelvariable.setLocation((this.getWidth()-jLabelvariable.getWidth())/2,50);
Posted by: Guest on October-22-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language