WYSIWYG-Editor stürzt bei jedem zweiten Start ab

  • Hallo alle,


    ich habe mit dem WYSIWYG (also dem erweiterten Editor) Probleme. Bei jedem zweiten Start (also jedem zweiten Thread, den ich neu schreibe oder ändere) stürzt das Teil ab. Die Fehlermeldung der Java-Console lautet:


    __________



    Exception in thread "AWT-EventQueue-3" java.lang.IllegalArgumentException: Width (-19) and height (-114) cannot be <= 0
    at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
    at sun.awt.Win32GraphicsConfig.createAcceleratedImage(Unknown Source)
    at sun.awt.windows.WComponentPeer.createImage(Unknown Source)
    at java.awt.Component.createImage(Unknown Source)
    at irc.style.StyledList.update(StyledList.java:553)
    at irc.style.StyledList.paint(StyledList.java:350)
    at sun.awt.RepaintArea.paintComponent(Unknown Source)
    at sun.awt.RepaintArea.paint(Unknown Source)
    at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$000(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    java.lang.NullPointerException
    at javax.swing.text.html.parser.Parser.errorContext(Unknown Source)
    at javax.swing.text.html.parser.Parser.parse(Unknown Source)
    at javax.swing.text.html.parser.DocumentParser.parse(Unknown Source)
    at javax.swing.text.html.parser.ParserDelegator.parse(Unknown Source)
    at javax.swing.text.html.HTMLEditorKit.read(Unknown Source)
    at javax.swing.JEditorPane.setText(Unknown Source)
    at com.woltlab.wbb.wysiwyg.WYSIWYG.init(WYSIWYG.java:124)
    at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Ausnahme: java.lang.NullPointerException


    __________
    Weiß jemand, ob es an dem Editor selbst oder meiner Java-Version liegt? Kann es aber eigentlich kaum, da ich das nun sowohl unter Win 7 64bit als auch unter Mac OS X 10.6.4 mit allen Browsern (FF, Chrome, Safari) probiert habe ... Java-Versionen sind jeweils die aktuellsten... :§

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!