Hi I programmed a tower defence game through java as a simple java application. I was wondering what steps do I have to take to convert it into a fully functional java applet to be uploaded onto the internet.
Yarra -2 Newbie Poster
Recommended Answers
Jump to PostSome of the steps:
Move the GUI components into a panel that can be added to the JApplet panel
Get rid of the main() method, use the init() or start() methods
Put all the resources into a jar file vs reading them from disk
Jump to PostProbably not. The GUI might have to be reworked.
All 7 Replies
NormR1 563 Posting Sage Team Colleague
Yarra -2 Newbie Poster
NormR1 563 Posting Sage Team Colleague
Yarra -2 Newbie Poster
Yarra -2 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Justinvzepeda -3 Newbie Poster
JamesCherrill commented: Not relevant to OPs question. -3
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.