couldn't create component peer

  • Follow


Does anyone know what causes this?  It does not seem to do any serious
harm other than delaying the start of a an Applet.


Exception in thread "AWT-EventQueue-2" java.lang.InternalError:
couldn't create component peer
	at sun.awt.windows.WComponentPeer.checkCreation(Unknown
Source)
	at sun.awt.windows.WComponentPeer.<init>(Unknown Source)
	at sun.awt.windows.WCanvasPeer.<init>(Unknown Source)
	at sun.awt.windows.WPanelPeer.<init>(Unknown Source)
	at sun.awt.windows.WWindowPeer.<init>(Unknown Source)
	at sun.awt.windows.WFramePeer.<init>(Unknown Source)
	at sun.awt.windows.WEmbeddedFramePeer.<init>(Unknown Source)
	at sun.awt.windows.WToolkit.createEmbeddedFrame(Unknown
Source)
	at sun.awt.windows.WEmbeddedFrame.addNotify(Unknown Source)
	at
sun.plugin2.main.client.PluginEmbeddedFrame.addNotify(Unknown Source)
	at sun.awt.windows.WEmbeddedFrame.<init>(Unknown Source)
	at sun.plugin2.main.client.PluginEmbeddedFrame.<init>(Unknown
Source)
	at
sun.plugin2.main.client.PluginMain$StartAppletRunner.run(Unknown
Source)
	at java.awt.event.InvocationEvent.dispatch(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)
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
Refactor early. If you procrastinate, you will have
even more code to adjust based on the faulty design.
..

0
Reply Roedy 2/15/2011 11:15:33 AM


0 Replies
747 Views

(page loaded in 0.024 seconds)

Similiar Articles:













7/25/2012 1:09:26 AM


Reply: