Mike Yuen
Posts: 3
Nickname: kaboom
Registered: Nov, 2002
|
|
Re: NEWBIE ALERT: Problem with displaying shape on my GUI
|
Posted: Nov 11, 2002 4:43 PM
|
|
Ok, here's what i've tried.
I've tried: 1. checked isVisible() to see if my object should be on the GUI. Sure enough, it says it should be invisible, so I thought, ok. Just repaint the Frame.
2. Well, to repaint the frame AND the object objectToHide, I tried: - repaint() - validate() - show() - revalidate()
All of them did nothing. Can someone please help me out?
|
|