Showing results 1 to 6 of 6
Search took 0.00 seconds.
Posts Made By: sykkn
Forum: Java May 26th, 2004
Replies: 5
Views: 12,332
Posted By sykkn
Re: Class Passing and Returning Arrays

Review the following

CLASS I (Partical)

.
.
.
public String climateDataOut[];

try
Forum: Java May 26th, 2004
Replies: 5
Views: 12,332
Posted By sykkn
Re: Class Passing and Returning Arrays

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: PHP Apr 20th, 2004
Replies: 7
Views: 3,367
Posted By sykkn
Re: php error when using invision board

Wild Guess: Maybe those routines are disabled in your php.ini file.
Forum: OS X Apr 9th, 2004
Replies: 1
Views: 3,659
Posted By sykkn
Re: desktop problems

You don't want to try to open the drive files. To open the virtual pc you want to click the icon with just the name of the virtual pc you want to use. In $HOME/Documents I have a folder called...
Forum: Java Apr 8th, 2004
Replies: 12
Views: 4,156
Posted By sykkn
Re: Cannot figure out why I'm getting these Errors

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: 4,156
Posted By sykkn
Re: Cannot figure out why I'm getting these Errors

First thing I see is that you missed semicolons on the following lines:

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

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 4:54 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC