Results 1 to 1 of 1
Thread: Drag and Drop in JTable
- 11-27-2009, 11:37 AM #1
Member
- Join Date
- Nov 2009
- Posts
- 1
- Rep Power
- 0
Drag and Drop in JTable
Hello experts,
I have a JTable created using JTree as renderer for cells in JTable. I want to do drag drop a row in same tree. I am using SWING based DnD. I am able set drop mode for tree and written a transfer handler for it.
But i am not able to setDragEnabled for tree node as it is DefaultMutableTreeNode. So not able drag the row in tree. (Want to use SWING data transfer only)
Any pointers, how can i proceed?
Similar Threads
-
help with drag and drop on JList
By ysl530 in forum AWT / SwingReplies: 4Last Post: 01-22-2011, 04:58 PM -
Drag and Drop
By carderne in forum New To JavaReplies: 0Last Post: 08-31-2009, 09:18 AM -
Drag and Drop Issue
By kirly in forum Advanced JavaReplies: 1Last Post: 04-16-2009, 05:04 AM -
Drag and drop
By thayalan in forum AWT / SwingReplies: 1Last Post: 02-16-2009, 03:04 PM -
Drag and drop
By abhivenugopal in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 01-30-2008, 02:10 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks