由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Help with Java Swing Applet
相关主题
suggestion needed for graphApplet/Swing处理实时一点儿的图形程序可行吗?
simple swing questionA good way to compress client side data?
swing紧急求助Java里面的SWT或者Swing为啥还有书在介绍呢
swing的text组件能实现ultraedit的列编辑功能吗高级JAVA开发员工作推荐 (转载)
遇到Swing的一个问题Re: How to write to a file on server in an applet?
Re: SWING APPLET如何显示IMAGE?a question regarding applet
Re: AWT 和 SWING 在程序应用中有什么区别?赶快帮帮我!
新手一问再问个java的蠢问题,别骂我
相关话题的讨论汇总
话题: applet话题: swing话题: java话题: my话题: db
进入Java版参与讨论
1 (共1页)
b*****n
发帖数: 5
1
Hey,
I uploaded my applet(class file and DB driver and html ). I can see applet
loaded. But it's not working as it should.
My applet is suppose to query DB and then according to the result to draw some
pics in JPanel(using custom painting). It worked well as an application before
I converted it to applet.
My questions are:
1) Do I need to do any big coding change when I change application to applet?
What I mean by that is if it's something related to swing event-dispatching
thread? Should I use
c***r
发帖数: 4631
2
You'd better wrtie some program on server and transfer data from server to
client by socket, http, xml or anything.

some
before
applet?
issue.

【在 b*****n 的大作中提到】
: Hey,
: I uploaded my applet(class file and DB driver and html ). I can see applet
: loaded. But it's not working as it should.
: My applet is suppose to query DB and then according to the result to draw some
: pics in JPanel(using custom painting). It worked well as an application before
: I converted it to applet.
: My questions are:
: 1) Do I need to do any big coding change when I change application to applet?
: What I mean by that is if it's something related to swing event-dispatching
: thread? Should I use

1 (共1页)
进入Java版参与讨论
相关主题
再问个java的蠢问题,别骂我遇到Swing的一个问题
愣是笨到家----整不明白applet的pathRe: SWING APPLET如何显示IMAGE?
为什么我这个html找不到applet class?Re: AWT 和 SWING 在程序应用中有什么区别?
How to scroll an JInternalFrame新手一问
suggestion needed for graphApplet/Swing处理实时一点儿的图形程序可行吗?
simple swing questionA good way to compress client side data?
swing紧急求助Java里面的SWT或者Swing为啥还有书在介绍呢
swing的text组件能实现ultraedit的列编辑功能吗高级JAVA开发员工作推荐 (转载)
相关话题的讨论汇总
话题: applet话题: swing话题: java话题: my话题: db