java里面变量值改变不了
这是我代码,为什么输出后aa的值还是0?okBtn.addActionListener(newActionListener(){publicvoidactionPerfo...
这是我代码,为什么输出后aa的值还是0?
okBtn.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e) {
// TODO 自动生成方法存根
Font f = null;
int size=Integer.parseInt(sizeTxd.getText());
if(styleTxd.getText()=="粗体")
{
aa=1;
}
switch(aa)
{
case 1:f=new Font(face,Font.BOLD,size);break;
// case b:f=new Font(faceTxd.getText(),Font.ITALIC,Integer.parseInt(sizeTxd.getText()));break;
// case c:f=new Font(faceTxd.getText(),Font.BOLD+Font.ITALIC,Integer.parseInt(sizeTxd.getText()));break;
}
// System.out.print(Integer.toString(choo));
// np.c.jt.setFont(new Font(a,Font.BOLD,d));
// System.out.print(styleTxd.getText());
np.c.jt.setFont(f);
System.out.print(Integer.toString(aa));
System.out.print(styleTxd.getText());
dispose();
}
});
aa我是在前面定义的private int aa=0; 展开
okBtn.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e) {
// TODO 自动生成方法存根
Font f = null;
int size=Integer.parseInt(sizeTxd.getText());
if(styleTxd.getText()=="粗体")
{
aa=1;
}
switch(aa)
{
case 1:f=new Font(face,Font.BOLD,size);break;
// case b:f=new Font(faceTxd.getText(),Font.ITALIC,Integer.parseInt(sizeTxd.getText()));break;
// case c:f=new Font(faceTxd.getText(),Font.BOLD+Font.ITALIC,Integer.parseInt(sizeTxd.getText()));break;
}
// System.out.print(Integer.toString(choo));
// np.c.jt.setFont(new Font(a,Font.BOLD,d));
// System.out.print(styleTxd.getText());
np.c.jt.setFont(f);
System.out.print(Integer.toString(aa));
System.out.print(styleTxd.getText());
dispose();
}
});
aa我是在前面定义的private int aa=0; 展开
3个回答
展开全部
if(styleTxd.getText().equal("粗体"))
{
aa=1;
}
{
aa=1;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用==来比较两个字符串时,必须俩闹蔽字符串液山州对应的对象是同一个时才输出1,显然不是同一个对象,唯码用styleTxd.getText().equal("粗体")才行。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询