A Q about Borland JBuilder9.
From: Aljo_ (aljo_ribw_at_hotmail.com)
Date: 10/11/03
- Next message: Lafoopsie: "View Java applet in C++ application"
- Previous message: Hal Vaughan: "Indirect references to classes?"
- Next in thread: Me: "Re: A Q about Borland JBuilder9."
- Reply: Me: "Re: A Q about Borland JBuilder9."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 11 Oct 2003 19:09:16 +0200
Hello!
I got a free evaluation copy of Borland's JBuilder9.
I also got a book about JAVA, and I am trying to type, compile and run some
examples from the book.
The following - very simple - source comes from my book, and I get the
errormessage that the applet isn't initialised.
Can someone please tell me how to get this to work?
Thanks, it is probably a very minor line that JBuilder9 needs, because the
book isn't about a specific JAVA compiler.
Here is my source:
----start----
package applet_test;
/**
* <p>Title: applet test</p>
* <p>Description: trying to get applets in html working</p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: </p>
* @author aljo
* @version 1.0
*/
import java.applet.*;
import java.awt.*;
public class Applet0 extends Applet
{
public void paint(Graphics g) {
g.drawString("Een bijzonder eenvoudige applet", 10, 20);
}
}
----end---
http://home.planet.nl/~aljo.in.pictures (About me, my relatives, hometown,
etc...)
http://www.home.zonnet.nl/Amersfoort (About my hometown, lots of photos and
explanation. Ook in het Nederlands.)
http://www.ranger49.tmfweb.nl (About the American Forces Network Europe.)
- Next message: Lafoopsie: "View Java applet in C++ application"
- Previous message: Hal Vaughan: "Indirect references to classes?"
- Next in thread: Me: "Re: A Q about Borland JBuilder9."
- Reply: Me: "Re: A Q about Borland JBuilder9."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|