Re: VOTE: setRequired final or not?

2007-08-17 Thread Johan Compagner
imho this shouldve been the default java convention. it takes more thought and analysis to design something to be overridable. don't know about that, i think i would have hit my head against the wall way way more often then i do now. Sometimes i just HAVE to override behavior of swing

Re: VOTE: setRequired final or not?

2007-08-17 Thread Igor Vaynberg
On 8/17/07, Johan Compagner [EMAIL PROTECTED] wrote: I think it is most of the time the responsibility of the developer itself. If i want to override then i want to override but if that method is not meant to be overridable then the chances are it is going to change in the next release and

Re: VOTE: setRequired final or not?

2007-08-13 Thread Eelco Hillenius
Let's get your votes! :) Eelco

Re: VOTE: setRequired final or not?

2007-08-13 Thread Eelco Hillenius
Well nevermind. I'm actually ok with doing this in onAttach. I rolled back the change. Eelco On 8/13/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Let's get your votes! :) Eelco