Glenn Valenta wrote:
> I'm kind-a new to Java so please bear with me...
>
> Is there a way to stop the font and color from changing
> when one sets an java.awt.Component to non-editable?
>
> I'm using a frame in an application and when I add a button
> that is setEditable(false), the font and color changes to
> a shaded sort of style.
>
> --
> Glenn Valenta Engineering http://www.coloradostudios.com
> [EMAIL PROTECTED] http://ouray.cudenver.edu/~gavalent/
> [EMAIL PROTECTED] <-main mail account
Sure either overwrite setEditable by deriving TextArea/Field
or expicitely set the color after your setEditable call
or move to windows (He its just a choke #>)
mfg ET