This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Description
The text of a JButton is painted below the icon if Insubstantial LAF is set.
However, the text is painted above the icon if Metal LAF is set for instance.
Example code:
JButton button = new JButton(text,icon); button.setVerticalTextPosition(SwingConstants.CENTER); button.setHorizontalTextPosition(SwingConstants.CENTER);