Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / March 2006

Tip: Looking for answers? Try searching our database.

setDragEnabled(true) in JList

Thread view: 
RC - 14 Mar 2006 17:28 GMT
I want to drag rows up/down (for example, drag 3rd row to 1st row)
in JList. I setDragEnabled(true) for JList, but it doesn't work!

How do I drag rows in JList?

Thanks!
Rhino - 14 Mar 2006 18:49 GMT
>I want to drag rows up/down (for example, drag 3rd row to 1st row)
> in JList. I setDragEnabled(true) for JList, but it doesn't work!
>
> How do I drag rows in JList?

I suspect it's a bit more complicated than just doing a
setDragEnabled(true)....

Have a look at
http://java.sun.com/docs/books/tutorial/uiswing/misc/dnd.html.

--
Rhino
Fred Kleinschmidt - 14 Mar 2006 18:54 GMT
>I want to drag rows up/down (for example, drag 3rd row to 1st row)
> in JList. I setDragEnabled(true) for JList, but it doesn't work!
>
> How do I drag rows in JList?
>
> Thanks!

setDragEnabled(true) allows the user to drag the selection in the list and
drop it in another component - not within the list itself.

You will have to add a mouse listener to the JList and re-arrange the items
yourself.
Signature

Fred L. Kleinschmidt
Boeing Associate Technical Fellow
Technical Architect, Software Reuse Project
self.

IchBin - 14 Mar 2006 19:00 GMT
> I want to drag rows up/down (for example, drag 3rd row to 1st row)
> in JList. I setDragEnabled(true) for JList, but it doesn't work!
>
> How do I drag rows in JList?
>
> Thanks!

Take a look at these examples..
http://www.java2s.com/ExampleCode/Swing-JFC/Drag-Drop.htm

Signature

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor,  Regular Guy (1952-)



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.