Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkbox errors #112

Open
steve2441 opened this issue Aug 6, 2015 · 0 comments
Open

Checkbox errors #112

steve2441 opened this issue Aug 6, 2015 · 0 comments

Comments

@steve2441
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant