Re: Class inside a class problem
From: Amey Samant (ameyas7_at_yahoo.com)
Date: 10/21/03
- Next message: Stefan Garde: "Store XML in a Database"
- Previous message: Patrice: "My own query in DataExpress"
- In reply to: Rick: "Re: Class inside a class problem"
- Next in thread: Rick: "Re: Class inside a class problem"
- Reply: Rick: "Re: Class inside a class problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Oct 2003 08:31:18 -0700
"Rick" <aso3rick@hotmail.com> wrote in message news:<3f93b82c$0$58704$e4fe514c@news.xs4all.nl>...
> Well, I 'solved' the problem a bit. I saw Netbeans generates 3 files in this
> case :
> - TestApplet.class
> - TestApplet$Number.class
> - TestApplet$1.class // where the heck is this one good for?
> It works in IE now but then again, ain't there a way to stuff al these 3
> files in one?
>
> Greetings,
> Rick
hi
bundle them in a jar
& use archive=myjar in APPLET tag
regards
amey
- Next message: Stefan Garde: "Store XML in a Database"
- Previous message: Patrice: "My own query in DataExpress"
- In reply to: Rick: "Re: Class inside a class problem"
- Next in thread: Rick: "Re: Class inside a class problem"
- Reply: Rick: "Re: Class inside a class problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|