如果你的表是在InternalFrame或在JFrame中
  Font font=new Font("comic sans ms",Font.BOLD ,15);
       UIManager.put("InternalFrame.titleFont",font);
     UIManager.put("ScrollPane.font",font);
    UIManager.put("JFrame.titleFont",font);
把这几句加上吧