Forum: Java Feb 13th, 2005 |
| Replies: 3 Views: 2,058 Re: Confused writing a Java Class heres your classs with driver.
import java.io.*;
class Golfmember {
static int x = 0;
Golfmember () {
String [] array = new String[5]; |
Forum: Java Feb 13th, 2005 |
| Replies: 1 Views: 1,839 applet , Runnable interface and problems i want to make a simple applet in which a ball bounces using Runnable interface ..i know how to draw a ball , i know the translate() to change its location method but what i dont understand is how to... |
Forum: Java Nov 11th, 2004 |
| Replies: 5 Views: 2,341 |