posted 20 years ago
Hi
I have this wierd problem in my program (I'm a nube so it must be a basic stuff). It is a GUI problem where are 3 classes +main class - buttonPanel, infoPanel and Stats.
This buttonPanel has buttons and ActionPerformed method. Infopanel has a basic constructor and methods that should show stuff on infoPanel. And this Stats class has just a constructor.
What my goal right now is, is to make a program so that when i press on buttonPanel - Stats class appears to infoPanel.
Problem is when everything should be ok it doesen't work - it shows a blank panel on infopanel + to the console on the background it gives me stuff about action performed things EventDispatchThread - don't know what to do wiht that.
code:
[ February 18, 2004: Message edited by: Juhan Voolaid ]