Skip to content

It's not possible to always disable JCheckBox animation by default #99

@jordeu

Description

@jordeu

Due to this lines in WebCheckBoxUI:

protected boolean isAnimatedByDefault ()
    {
        // Workaround for Jide tristate checkbox
        return !ReflectUtils.containsInClassOrSuperclassName ( checkBox.getClass (), "com.jidesoft.swing.TristateCheckBox" );
    }

the constant

WebCheckBoxStyle.animated = false;

is always ignored.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions