Hi
So I'm making a small game in NetBeans. In my GUI I have a jButton and I want to know, is it possible to change the background of the JButton once it has been set? If so, can I change it from a separate method in a different class? If not, what else can I do?
Thanks