Hey all programmers ..! nice to meet you again in How To Customize jTable Header Tutorials.. by the way the column on jTable is customizab...
Hey all programmers ..!
nice to meet you again in How To Customize jTable Header Tutorials.. by the way the column on jTable is customizable ( font face, font size) up to you what you want with run the code below in your class contain jTable:
tbl_1.getTableHeader().setFont(new Font("Sakkal Majalla",Font.BOLD,13));
tbl_1 is variable name of my jTable, you can change it.
then just compile it.. and look what you find