Help with Java Swing Applet# Java - 爪哇娇娃
b*n
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
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