Dialog « JCheckBox « Java Swing Q&A





1. JCheckbox changes state twice when I show a dialog on statechange, how to fix?    stackoverflow.com

I have a checkbox that, when the user selects it, should spawn a dialog with further info, and upon reaction from the user, do something. My code looks basically like this: ...

2. Custom JCheckBox with a corresponding Dialog box    java-forums.org

Hello forum folks - I need a custom component for my version of BeatBox.java. Most of the BeatBoxes use a JCheckBox, which the user can click to signal that the instrument in that column is to be played on the beat associated with the checkbox'es position within the row . I have, however, built into the method that builds the ...