Thank you. It's good advice. I had checked out the link, and it a good link.
-simon...
User Profile
Collapse
-
error on drawString
I'm just learning how to program in java. I wrote my first java program, but got an error. Here is my program.
import java.awt.*;
import java.applet.*;
public class me extends Applet
{
public void init ()
{
String AuthorName;
AuthorName = "Steven Spielberg";
}
public void paint (Graphics...
No activity results to display
Show More
Leave a comment: