可以这样设置JButton的字体大小和粗体 JButton jb=new JButton("确定"); Font f=new Font("宋体",Font.BOLD,16);//根据指定字体名称、样式和磅值 ...
確定! 回上一頁