JavaRanch » Java Forums »
Java »
Beginning Java
| Author |
JComboBox help
|
Ray Smith
Greenhorn
Joined: Dec 08, 2012
Posts: 4
|
|
I need help getting the calculated square feet to multiply by the set price in the comboBox so it can be displayed in the result (line 157), I removed it because it was not working, should have posted it first sorry
I've been learning for a few weeks and would appreciate your help
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32638
|
|
Stop using automated GUI tools. They produce code which nobody can read. And the long lines mess up the formatting and are really difficult to read.
Get your sq foot calculator working as astandalone app. Show a printout of sq feet, like thisOnly when you are sure that is working should you even consider a GUI.
|
 |
 |
|
|
subject: JComboBox help
|
|
|
|