This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 127546 - Add support for DND into jellytools
Summary: Add support for DND into jellytools
Status: CLOSED INVALID
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-16 16:26 UTC by Lukas Jungmann
Modified: 2008-02-18 11:35 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-02-16 16:26:47 UTC
in gravy there is org.netbeans.modules.visualweb.gravy.DNDDriver which can be useful also for testing other then Visual
Web related functionality. It would be nice if such thing would be included directly in JellyTools to allow others to
use it (instead of copy&pasting this class).
Comment 1 Lukas Jungmann 2008-02-17 05:01:15 UTC
I decided to use a bit different approach, so this is not needed...
Comment 2 Jiri Skrivanek 2008-02-18 11:35:06 UTC
Drag and Drop is naturally supported by Jemmy. It means you can freely use method dragNDrop(start_x, start_y, end_x,
end_y) for every ancestor of ComponentOperator.