Help! What do you make of this? It shows up when I give the

console

command to an applet instead of using the pop-up menu.

The command at Console.java:37 is

  final JTextPane output = new JTextPane();

Bob


Jvm12.showConsole(true)
Exception in thread "Thread-43" java.lang.NullPointerException
    at java.util.Hashtable.put(Unknown Source)
    at javax.swing.JEditorPane.registerEditorKitForContentType(Unknown 
Source)
    at javax.swing.JEditorPane.registerEditorKitForContentType(Unknown 
Source)
    at javax.swing.JEditorPane.loadDefaultKitsIfNecessary(Unknown Source)
    at javax.swing.JEditorPane.getKitTypeRegistry(Unknown Source)
    at 
javax.swing.JEditorPane.getEditorKitClassNameForContentType(Unknown Source)
    at javax.swing.JTextPane.<init>(Unknown Source)
    at org.jmol.applet.Console.<init>(Console.java:37)
    at org.jmol.applet.Jvm12.showConsole(Jvm12.java:60)
    at org.jmol.applet.Jmol$MyStatusListener.showConsole(Jmol.java:893)
    at org.jmol.viewer.StatusManager.showConsole(StatusManager.java:298)
    at org.jmol.viewer.Viewer.showConsole(Viewer.java:3143)
    at org.jmol.viewer.Eval.console(Eval.java:2493)
    at org.jmol.viewer.Eval.instructionDispatchLoop(Eval.java:752)
    at org.jmol.viewer.Eval.runEval(Eval.java:125)
    at org.jmol.viewer.Viewer.evalStringWaitStatus(Viewer.java:2682)
    at org.jmol.viewer.ScriptManager.runScript(ScriptManager.java:130)
    at org.jmol.viewer.ScriptManager.runNextScript(ScriptManager.java:119)
    at 
org.jmol.viewer.ScriptManager$ScriptQueueRunnable.run(ScriptManager.java:147)
    at java.lang.Thread.run(Unknown Source)



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to