User Profile

Collapse

Profile Sidebar

Collapse
simon28317
simon28317
Last Activity: Jan 25 '08, 01:41 AM
Joined: Jan 24 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • simon28317
    replied to error on drawString
    in Java
    Thank you. It's good advice. I had checked out the link, and it a good link.

    -simon...
    See more | Go to post

    Leave a comment:


  • simon28317
    started a topic error on drawString
    in Java

    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...
    See more | Go to post
No activity results to display
Show More
Working...