尝试为按钮添加功能

时间:2013-01-30 16:41:01

标签: java button label windowbuilder

我用windowbuilder创建了一个gui,在它里面我有一个按钮和标签,我希望点击后我可以更改标签文字,我不知道怎么做这个和电流配置(下面)是一个我被告知使用,但它似乎无法工作。我知道它非常基本,但这只是我第三天写java,thnaks求助

        JButton button1 = new JButton(".............");
        button1.setForeground(Color.RED);
        button1.addActionListener(new ActionListener() {
           public void actionPerformed(ActionEvent e) {
                JLabel clickit.SetText("you clicked it");

0 个答案:

没有答案