Re: Changing the font on Swing slider

1999-10-15 Thread Antonio Moretti
On Mon, 11 Oct 1999, Jacob Nikom wrote: > Date: Mon, 11 Oct 1999 12:23:55 -0400 > From: Jacob Nikom <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Changing the font on Swing slider > > Hi Philippe, > > Thank you very much f

Re: Changing the font on Swing slider

1999-10-11 Thread Jacob Nikom
Hi Philippe, Thank you very much for your suggestion - it work very well with TabbedPane component. However, when I tried to apply it to SLider widget, it did not work. I got the info about all PLAF properties by calling UIManager.getDefaults(). Here is the simple program: import java.util.*;

Re: Changing the font on Swing slider

1999-10-08 Thread Alex M.
Yeah... I think it is in com.sun.plaf.DefaultLookAndFeel or something like that. On Fri, 8 Oct 1999, Jacob Nikom wrote: > Do you know where the information about > current settings is located? > > Jacob > > [EMAIL PROTECTED] wrote: > > > > hmmm... if that doesn't work, you might try overridi

Re: Changing the font on Swing slider

1999-10-08 Thread Jacob Nikom
Do you know where the information about current settings is located? Jacob [EMAIL PROTECTED] wrote: > > hmmm... if that doesn't work, you might try overriding the PLAF for that > component. > > On Thu, 7 Oct 1999, Jacob Nikom wrote: > > > Hi, > > > > I am trying to change the font style and

Re: Changing the font on Swing slider

1999-10-08 Thread alx
hmmm... if that doesn't work, you might try overriding the PLAF for that component. On Thu, 7 Oct 1999, Jacob Nikom wrote: > Hi, > > I am trying to change the font style and size on some > of the Swing widgets, mostly JSlider (tick marks numbers), TabbedPanes > (tab names), etc. You cannot not

Changing the font on Swing slider

1999-10-07 Thread Jacob Nikom
Hi, I am trying to change the font style and size on some of the Swing widgets, mostly JSlider (tick marks numbers), TabbedPanes (tab names), etc. You cannot not set them up directly with setFont. I could not find any information how to do it. Do you have any idea how to do it? Thank you, J