Re: [skinlf-dev] Button text color
Frédéric Lavigne <[email protected]> Sat, 28 May 2005 20:20:05 +0200
| Newsgroups | gmane.comp.java.skinlf.devel |
|---|---|
| Message-ID | <[email protected]> |
Button.foreground and other properties are those you can find in=20 UIManager. Look in BasicLookAndFeel.java you will find a bunch of them. Basically, all components have .foreground, .background, .border=20 properties and more. -fred On May 29, 2005, at 17:13, Zsombor wrote: > 2005-05-28, szo keltez=E9ssel 16.55-kor Fr=E9d=E9ric Lavigne ezt =EDrta:= >> Do you mean you want to specify a default button text color in the >> theme? >> If so, it could be done in the skinlf-themepack.xml with >> Button.foreground=3Dcolor. OR it could be done in GtkSkin where the >> mapping between gtk colors and Swing colors is defined. >> >> Do I understand the issue correctly? >> >> -fred > > Yes, you are right. I've missed the Button.foreground property. Is=20 > there > a list about the used properties anywhere? > > Zsombor > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >