我需要将java applet转换为可运行的桌面应用程序。 [英] I need to convert java applets into runnable desktop application.

查看:83
本文介绍了我需要将java applet转换为可运行的桌面应用程序。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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.





我尝试过的方法:



我试图运行代码介绍主类,清理导入小程序,替换扩展小程序以扩展JFrame。但没有结果



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

推荐答案

Applet在与桌面应用程序不同的环境中运行。代码需要进行大量的重构甚至重写才能遵循Java应用程序的规则。
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.


这篇关于我需要将java applet转换为可运行的桌面应用程序。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆