vote up 1 vote down star

How can I create a JButton in Swing with the icon above the text?

flag

67% accept rate

1 Answer

vote up 5 vote down check

just do this:


    button.setVerticalTextPosition(SwingConstants.BOTTOM);
    button.setHorizontalTextPosition(SwingConstants.CENTER);

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.