Re: Problem making an instant of a class.

1999-10-03 Thread alx
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

Re: Problem making an instant of a class.

1999-10-03 Thread Wayne
Weiqi Gao wrote: > Wayne wrote: > > > > Hello, > > I have looked thru all my java books looking for an answer to my > > problem, but I'am not not able to find a solution. So, I thought > > I ask the group. > > > > I hava a class A that extends Frame and contains the main() method. > > In this cla

Re: Problem making an instant of a class.

1999-10-03 Thread Weiqi Gao
Wayne wrote: > > Hello, > I have looked thru all my java books looking for an answer to my > problem, but I'am not not able to find a solution. So, I thought > I ask the group. > > I hava a class A that extends Frame and contains the main() method. > In this class I have several Button component