0
JCheckbox with item listener problems
Hello, If anyone can help with my problem thank you very much. So I am making a JCheckbox in java eclipse. My goal is to have Int rolls = 3; when checkbox = checked and int rolls = 1; when checkbox = unchecked. Very simple but I can find any instructions to explain this process with item listener when using int instead of a JLabel. Idk if ItemEvent or getStateChange() ==1? Would help.
1 Antwort
+ 1
Hello Gold Chopper
Can you please add a code?