Search Results

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: sykkn ; Forum: Java and child forums
Forum: Java May 26th, 2004
Replies: 5
Views: 14,571
Posted By sykkn
Review the following

CLASS I (Partical)

.
.
.
public String climateDataOut[];

try
Forum: Java May 26th, 2004
Replies: 5
Views: 14,571
Posted By sykkn
you need to change your climaticData method to return String[] instead of void. Add return(climateDataOut); at the end of the method and then change your calling class to catch the String[].
Forum: Java Apr 8th, 2004
Replies: 12
Views: 5,037
Posted By sykkn
another thing ... quick paste into eclipse and it suggests that you cast "this" with (ActionListener) and (ItemListener) .... Also I think you may have meant addItemListener on the second food.add*...
Forum: Java Apr 8th, 2004
Replies: 12
Views: 5,037
Posted By sykkn
First thing I see is that you missed semicolons on the following lines:

order.addActionListener(this)
food.addActionListener(this)
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC