I got my JSVGCanvas application working just fine.  Now I
am trying to turn it into an applet.  I replaced the main function with
an init function and created some HTML and use appletviewer to display it.
But I got error as follow:

load: com.swisslog.wm.WMVisualization.SVGApplet can't be instantiated.
java.lang.InstantiationException: com.swisslog.wm.WMVisualization.SVGApplet
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:237)
        at sun.applet.AppletPanel.createApplet(AppletPanel.java:579)
        at sun.applet.AppletPanel.runLoader(AppletPanel.java:515)
        at sun.applet.AppletPanel.run(AppletPanel.java:293)
        at java.lang.Thread.run(Thread.java:484))

Hope some one can help me.

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to