×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: Yts 95
Added: Jul 12, 2020 3:29 AM
Modified: Feb 27, 2021 5:26 AM
Views: 4470
Tags: no tags
  1.  private void tb_uidesign(){
  2.  
  3.         buyfish_tb.getTableHeader().setFont(new Font("segoe UI" , Font.BOLD , 14));
  4.         buyfish_tb.getTableHeader().setOpaque(false);
  5.      buyfish_tb.getTableHeader().setForeground(Color.white);
  6.         buyfish_tb.getTableHeader().setBackground(Color.gray);
  7.  }