Forum: Java Feb 13th, 2005 |
| Replies: 3 Views: 3,164 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: 2,336 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: 7 Views: 3,733 hay ;
thats one of the best books for beginners... for the time being
u may use
Java 2 The Complele Reference by Herbert Schildt . :D |