| Author |
no paint() ???
|
Rick Gentry
Ranch Hand
Joined: Dec 14, 2002
Posts: 63
|
|
I've created a new extension of the JComponent class and paint() isn't being called when it's run and repaint() doesn't do anything either. Any suggestions? I'll put in the code if someone feels like taking a look. [ December 14, 2002: Message edited by: Rick Gentry ]
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
I suggest you move your c.add( ... ) to before you call the frame.setVisible().
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
Rick Gentry
Ranch Hand
Joined: Dec 14, 2002
Posts: 63
|
|
|
Thanks, but I already figured that one out by myself. It all works now.
|
 |
 |
|
|
subject: no paint() ???
|
|
|