Integer « JComboBox « Java Swing Q&A





1. JComboBox how to compute for two integers from two JComboBox and have the result in a JTextfield when clicking the JButton    stackoverflow.com

i have 2 JComboBox consisting of numbers combobox1= 1 to 5 and combobox2= 1 to 6. and when i click my JButton, i want the two chosen numbers to be added ...