我想在字符串中使用一个变量,但我不知道如何。
这是我的代码:
private AbstractAction tester = new AbstractAction("test love match") {
@Override
public void actionPerformed(ActionEvent arg0) {
match.setText("text \n text (VARIABLE) text \n text"); // <--
}
};