Forum: Java Apr 3rd, 2003 |
| Replies: 4 Views: 7,506 I can't seem to get my applet running...Pls help me look at my source code:
import java.awt.*;
import javax.swing.*;
import java.applet.*;
public class ChineseHoroApplet extends JApplet {
... |
Forum: Java Apr 1st, 2003 |
| Replies: 1 Views: 3,833 Hi.. can anyone pls help me to write the source code to do the calculation for this:
I am writing an applet Horoscope.java that will help people to calculate the chinese horoscope by entering their... |