Evgeny Krylov

Greenhorn
+ Follow
since Jan 25, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Evgeny Krylov

Andre Uhres wrote:

Evgeny Krylov wrote:

Melki Joe wrote:Hi Craig Wood,

I too have a problem in JTree that is I want to move the JTree nodes to another JTree without changing its structure. but only the selected nodes should move. Help me in this issue.

Thank you.


Hi Melki Joe .
See my solution


Your code might be of public interest, if only it were compilable. Here ist only one example of many broken statements in your code:


Andre, thanks for comment.
It was my bug of my web-publishing tool.
Now working
my solution
15 years ago

Melki Joe wrote:Hi Craig Wood,

I too have a problem in JTree that is I want to move the JTree nodes to another JTree without changing its structure. but only the selected nodes should move. Help me in this issue.

Thank you.


Hi Melki Joe .
See my solution
15 years ago

Andre Uhres wrote:

Evgeny Krylov wrote:Any info about? I mean dnd entire subtree of tree not only leaf.


TreeDnd.jar (the source code is also included in the jar file)


Thanks Andre.
My solution is not elegant but simple:
subtree dnd
15 years ago
Any info about? I mean dnd entire subtree of tree not only leaf.
15 years ago