message-dialog
I haveclass PlayersButtonPanelextends JPanelimplements ActionListener.
When the player click a button its color changes.
I have thought that it would be nice if there comes a message also, ex. when 5 buttons have changed color or sth..
I think it could be Dialog with a message-box. How to make a very simple
Dialog-class? So I could call it simply something like this:
Dialog dialog = new Dialog("message").

