|
hey guys
ive been getting this exception on and off, i can
run my applet/Application 10 times without seeing it once and i can run them
exactly the same and the see :
java.lang.NullPointerException: null
pData
at
sun.awt.windows.WInputMethod.handleNativeIMEEvent(Native Method)
at
sun.awt.windows.WInputMethod.dispatchEvent(Unknown Source)
at
sun.awt.im.InputContext.dispatchEvent(Unknown Source)
at
sun.awt.im.InputMethodContext.dispatchEvent(Unknown Source)
at
java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown
Source)
at
java.awt.EventDispatchThread.pumpOneEvent(Unknown Source)
at
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown
Source)
over and over again..
can someone atleast point me to the right direction
as to the cause of this ?
|
