khuxtable/seaglass

Checkbox errors

steve2441 opened this issue · 0 comments

What steps will reproduce the problem?

  • Adding a combobox to your interface.
    JCheckBox cb = new JCheckBox("Active");
    cb.setBounds(40,70,100,30);
    panel.add(cb);

What is the expected output? What do you see instead?
The expected output is a skinned version of the right part of the screenshot
What I see instead are different textures that are not supposed to be there. These textures change if I mouse over the box or click on it.

What version of the product are you using? On what operating system? What
JRE version?
I am using seaglass 0.2 on Windows 10 and JRE 8 update 51

screenshot:
Test is a normal JButton, and the JComboBox is created with the code above
checkbox error