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
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.*;
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
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
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
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