A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Applets
Author
is it possible to combine 2 or 3 more classes in applet
Naveenzion Kumar
Greenhorn
Joined: Aug 02, 2010
Posts: 24
posted
Oct 21, 2010 05:12:28
0
dear friends,
this is naveen. i am doing a game project in Japplet .i want to know whether it is possible load 2 or more classes in
Applet
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
Oct 21, 2010 05:17:23
0
Yes, that's possible. You can bundle all your class files in a jar file, and then use an
archive
attribute in the
applet tag
; see
http://download.oracle.com/javase/1.4.2/docs/guide/misc/applet.html
for details.
binu narayanan
Ranch Hand
Joined: Jul 24, 2009
Posts: 56
posted
Nov 27, 2010 03:02:41
0
Hi,
You can even use inner classes within your applet
Binu
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: is it possible to combine 2 or 3 more classes in applet
Similar Threads
Help needed to run two applets
why is a applet not running in some Browser
JUNIT: Testing two classes on the same test file.
Dependency Finder
Applet & Application Reference
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter