Posted By:
Imran_Masud
Posted On:
Friday, April 5, 2002 02:07 AM
Hi I have made class Card extends JComponent.
I use the Card(s) in a class Board extends JPanel.
I put Board in a JFrame.
I use GridBagLayout in Board.
When I am loading cards, it takes a lot of time.
But when I press mouse in the console area, it shows
all the cards immediately.
If I make the Card extends Canvas, their is no problem, but
my display gets screwed up.
Can any GURU solve my program
Thank you
Imran.