http://i415.photobucket.com/albums/pp235/wong93_photos/Untitled-3.png
yo guys I have few questions here, before I ask, what I want do with this program is to count number of toggles that have been pressed and set the total in the jTextField below "Quantity . For example, I pressed on A and B toggle buttons, so quantity will display 2, and jLabel7 will display 20
1) How can I count number of toggles that have been pressed?? I can't find this anywhere
2) How to input value into jTextField?? I know it is basic but I don't know how, I searched around and all of them are about retrieving information from textfield instead of inserting
3) How can I pass the value from jLabel7 to my other jFrame?? Cause I wanna use it as receipt, e.g: Total cost is 20
Thanks a lot !
The SomeClass is the other class with the main method that takes your toggle_count*10 as an argument