Forum: Java May 26th, 2004 |
| Replies: 5 Views: 12,332 |
Forum: Java May 26th, 2004 |
| Replies: 5 Views: 12,332 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 |
Forum: OS X Apr 9th, 2004 |
| Replies: 1 Views: 3,659 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 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 |