On Sun, 3 Oct 1999, Vartan Piroumian wrote:

> Your handler should not extend Frame, only implement ActionListener. 

That's more of a design issue, not a code correctness issue, don't you
think?  Although I would agree with you.

>  > setVisible(). But nothing happens. What am I missing?

I would also suggest doing a setSize() on the frame, because what's
probably happening is your frame is being displayed, but it's size is 0,0.
There are a number of ways to get your frame to set it's size, but calling
setSize directly will tell you whether or not that is the problem.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to