In article <437dfebd$0$21940$>,
(Tom Parson) wrote:
> I would like to increase the font size for a JLabel or JButton (in a
> GridBagLayout)
> from normal/default to a bigger size.
>
> How do I specify a bigger font size?
>
> Tom
Both inherit the getFont method from Container. You can retrieve the
current font to learn whatever you need to about it and create one of a
larger size. Then use the setFont method that both inherit from
JComponent. This all assumes you're wanting to do this for any given
label or button, not for all.
= Steve =
--
Steve W. Jackson
Montgomery, Alabama