File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes JComboBox help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "JComboBox help" Watch "JComboBox help" New topic
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
    
    4
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JComboBox help
 
Similar Threads
report creating
java programming
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at javax.swing.border.BevelBo
requestfocusinwindow going to lostfocus event thrice
Networked Programs that work across countries