Forums Register Login

ClassNotFoundException in TransferHandler

+Pie Number of slices to send: Send
First of all, excuse my bad english

I asked a question yesterday about how to cut/copy/paste styled text in a JTextPane and nobody answered . I did some research myself and i found i need to write my own TransferHandler for a class to store the transfered data.

I made this class, which contains a simple String and a list of attributes for each of the elements which will be contained in the text.


I created a TransferHandler which uses this mime type, and tries to create a DataFlavor based on it. If the class cannot be found, a ClassNotFoundException is thrown.



As you can see, the classes are in the same package, I can't imagine why the class cannot be loaded.

java.lang.ClassNotFoundException: StyledString
at java.awt.datatransfer.DataFlavor.tryToLoadClass(Unknown Source)
at java.awt.datatransfer.DataFlavor.initialize(Unknown Source)
at java.awt.datatransfer.DataFlavor.<init>(Unknown Source)
at com.twip.editor.controller.StyleTransferHandler.<init>(StyleTransferHandler.java:36)
at com.twip.editor.controller.TextController.initUI(TextController.java:565)
at com.twip.editor.controller.TextController.<init>(TextController.java:73)
at com.twip.editor.controller.TextController$2.run(TextController.java:511)
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)


+Pie Number of slices to send: Send
The class name is not StyledString but com.twip.editor.controller.StyledString - including the full package name.
+Pie Number of slices to send: Send
It works! Thank you
The moustache of a titan! The ad of a flea:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1111 times.
Similar Threads
Issue with Copy and Paste from external source to applet.
Spaces into a JtextField
Drag and Drop from JList to JTable.
JTree - drag and drop inside one tree - Java 1.6
error on TreeMap
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 10:47:40.