Hi All!!!
I wrote an applet class which has two panel: one panel is for program options contains a JcomboBox and the other has 1000 buttons(why 1000 button? see rest of the post I have questions on that too )
when I run the applet I can't see the 1000 buttons on my screen unless I move my mouse on applet then they show up.
and about 1000 buttons : my program is a game and I have a map .when you click on that it must handle the action. I write the class that extends Jbutton . and I know it's stupid.
Please help me about it what is the better way to do that
thanks all