homebeaver / SwingSet

try to complete SwingSet3 org.swinglabs.swingx jars 1.6.6 for java 8 and openjdk 17 (Temurin)
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Button text not shown with painted icons #19

Closed homebeaver closed 2 years ago

homebeaver commented 2 years ago

The problem occurs in SwingSet3, not in swingx.

homebeaver commented 2 years ago

code:

    public void interactiveBackgroundCheck() {
        final JXButton button = new JXButton("PlayIcon with GradientPaint AERITH and ring text");
        button.setIcon(new PlayIcon());
        // equivalent to
        Icon icon = new PlayIcon();
        JButton play = new JButton("PlayIcon with text", icon);
...

grafik

homebeaver commented 2 years ago

Found the Problem and Solved!

grafik

The problem occurs in SwingSet3, not in swingx (SwingSet2 demo).