Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
http://street.umn.edu/download.html 

Here I have got a source code in this link. The given codes are in applet. I need to convert applet code into runnable desktop application. There are altogether 10 modules. ADAM is the one which I need to solve. I couldnot solve myself, thought posting here could be better platform to solve my problem.


What I have tried:

I have tried to run the code introducing main class, cleaning up import applets, replacing extends Applets to extend JFrame. But got no result
Posted
Updated 14-Jun-18 22:10pm

1 solution

Applets run in a different environment from desktop applications. The code will need quite a lot of refactoring and even rewriting to follow the rules of a Java app.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900