Re: [jnc-users] Problems with drag and drop
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2007-02-24 09:58:53
|
Kirill Kryticki wrote: > Hi!. I have example of application with drag and drop features. After > compilation by JNC next exception is thrown when I try to drag some label: > Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException > at java.nio.charset.CharsetEncoder.encode(Test.exe) > at gnu.gcj.convert.CharsetToBytesAdaptor.write(Test.exe) > at java.io.UnsupportedEncodingException.<init>(Test.exe) > at gnu.gcj.convert.Output_iconv .<init>(Test.exe) > at java.lang.String.getBytes(Test.exe) > at sun.awt.datatransfer.DataTransferer.isEncodingSupported(Test.exe) > at sun.awt.datatransfer.DataTransferer.isFlavorCharsetTextType(Test.exe ) > at sun.awt.datatransfer.DataTransferer.isFlavorCharsetTextType(Test.exe) > at sun.awt.datatransfer.DataTransferer.getFormatsForFlavors(Test.exe) > at sun.awt.datatransfer.DataTransferer.getFormatsForFlavors (Test.exe) > at java.awt.Component.processMouseMotionEvent(Test.exe) > at java.awt.Component.processMouseMotionEvent(Test.exe) > at java.awt.Component.processEvent(Test.exe) > at java.awt.Component.processEvent (Test.exe) > at java.awt.Component.dispatchEventImpl(Test.exe) > at java.awt.Component.dispatchEventImpl(Test.exe) > at java.awt.Component.dispatchEvent(Test.exe) > at java.awt.Component.dispatchEvent(Test.exe ) > at java.awt.LightweightDispatcher.processMouseEvent(Test.exe) > at java.awt.LightweightDispatcher.processMouseEvent(Test.exe) > at java.awt.Container.dispatchEventImpl(Test.exe) > at java.awt.Container.dispatchEventImpl (Test.exe) > at java.awt.Component.dispatchEvent(Test.exe) > at java.awt.Component.dispatchEvent(Test.exe) > at java.awt.Container.dispatchEventImpl(Test.exe) Fixed. Will be in the next release (which will probably be tomorrow). Marco |