Forum: Java Apr 10th, 2009 |
| Replies: 7 Views: 414 It was first hinted by my NetBeans 6.5, and I tried it. It had no errors, yet it didn't display anything. |
Forum: Java Apr 9th, 2009 |
| Replies: 7 Views: 414 Now here's my 2nd attempt:
import javax.swing.JOptionPane;
abstract class Animals{
String inputAnimals[];
void setAnimals(String inputAnimals[]){
this.inputAnimals =... |
Forum: Java Mar 21st, 2009 |
| Replies: 7 Views: 414 Whoops, kinda vague eh.
This is actually a problem given us by our teacher:
"Create an Animal Interface that has two methods: eat and move. All these methods do not have any arguments, nor any... |
Forum: Java Mar 21st, 2009 |
| Replies: 7 Views: 414 Hello, this is my first time in participating in this forum and also this is the first time that I've used Java for my entire life.
The objective behind my problem was:
"Create an Animal... |