Re: Text font & color when setEditable(false)

1998-07-13 Thread Eitzenberger Thomas
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 col

Text font & color when setEditable(false)

1998-07-12 Thread Glenn Valenta
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 sty