I am aware that this issue was discussed many times but still couldn't find what I needed.
There is this little game I'm trying to write in Java and for its purpose I need to be able to
hide the text of a JButton (not
delete it - I still need it, even though it is hidden!) and to be able to display it when I like. Since JButton has no such method and I am kinda newbie on the matter I would much appreciate your help
