文本编辑器源文件(java语言)(11) super(fr,"字体",true); init(); setFont(new Font("TimesRoman",Font.PLAIN,14)); im= qm; GridBagLayout gridBag= new GridBagLayout(); GridBagConstraints c= new GridBagConstraints(); setLayout(gridBag); c.insets.left= 4; c.insets.right= 4; c.insets.bottom= 1; c.insets.top= 1; l1= new Label("字体:",Label.LEFT); c.gridwidth= GridBagConstraints.REMAINDER; c.fill= GridBagConstraints.BOTH; c.weightx= 0.0; c.weighty= 0.0; c.gridx=0; c.gridy=0; c.gridwidth=2; c.gridheight =1; gridBag.setConstraints(l1,c); add(l1); l2= new Label("字体样式:",Label.LEFT); c.gridwidth= GridBagConstraints.REMAINDER; c.fill= GridBagConstraints.BOTH; c.weightx= 0.0; c.weighty= 0.0; c.gridx=2;