Re: [cp-patches] FYI: Dialog and FileDialog fixes
Hey Tom, You're right. Thanks. Tania On Wed, 2006-10-25 at 15:33 -0600, Tom Tromey wrote: > > "Tania" == Tania Bento <[EMAIL PROTECTED]> writes: > > Tania> + if (file == "") > Tania> +this.file = null; > > You probably want: if ("".equals(file)) > > Tom
Re: [cp-patches] FYI: Dialog and FileDialog fixes
> "Tania" == Tania Bento <[EMAIL PROTECTED]> writes: Tania> + if (file == "") Tania> +this.file = null; You probably want: if ("".equals(file)) Tom