Posted by: divdude December 9, 2006
Login in to Rate this Post:
0
?


class{
Define all the swing variables as globals
main()
decideWhereToPlaceAllComponents();
updatewindow();//set visible
class ButtonListener{
onclick(){
container.remove(button);
updatewindow();
}
}
I think it will work even without updating but if it doesnt just update it.