JTextField txtfield2=new JTextField(28);
txtfield2.setFont(new Font("楷体",Font.BOLD,16)); //修改字体样式...jta.setForeground(Color.BLACK); //设置组件的背景色
jta.setFont(new Font("楷体",Font.BOLD,16)); //修改字体样式...JRadioButton("冬梅"); //创建JRadioButton对象
label1.setFont(new Font("华文行楷",Font.BOLD,26)); //修改字体样式...JLabel label=new JLabel("嵩山秘术·初子决:");
label.setFont(new Font("华文行楷",Font.BOLD,26)); //修改字体样式...button1=new JButton("我是普通按钮"); //创建JButton对象
button1.setFont(new Font("黑体",Font.BOLD,16)); //修改字体样式