-
Beginniner Java programmer question
I've only taken 1 semester of Java programming, so a lot about Java I don't know much about. In one of my classes, my professor wants me to write a program to do such-and-such but he wants it to run in applet through HTML. I have no experience with applets so I don't have a clue where to begin. I already accomplished the code and it runs perfectly fine through the java console when I compile in JCreator. The program is rather simple, gets string inputs, cycles the strings and outputs the strings in order. Is there a way to make all the information that are shown in System.out.println to show up in the applet window just like in the java console?
-
Look at the Graphics class.
-
You will need to read this tutorial on applets:
http://java.sun.com/docs/books/tutor...let/index.html
kind regards,
Noel
Efficiency is intelligent laziness
Similar Threads
-
By Anonymous in forum Java
Replies: 0
Last Post: 01-31-2002, 11:08 PM
-
By Gavin in forum Careers
Replies: 1
Last Post: 06-22-2001, 08:57 AM
-
Replies: 0
Last Post: 03-21-2001, 04:01 PM
-
Replies: 1
Last Post: 01-26-2001, 11:26 AM
-
By Vikram Rajan in forum Java
Replies: 0
Last Post: 05-03-2000, 02:26 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|