aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Multithumb slider Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Multithumb slider" Watch "Multithumb slider" New topic
Author

Multithumb slider

Sven Goetgeluck
Greenhorn

Joined: Jul 16, 2008
Posts: 14
Hi,
I'm looking for "dual-multithumb" slider.
i need to cut movie in frames, every frame had begin and end position, all the frames have to be visible on slider, but when slected a thumb, only his countrepart en line between has to be hightlighted.

anyone has suggestions to start?

with regards
sven
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
http://forum.java.sun.com/thread.jspa?forumID=57&threadID=622941
Sven Goetgeluck
Greenhorn

Joined: Jul 16, 2008
Posts: 14
hi,

txs for the advice,
it worked to get is managed but is it possible to have an actionlister of properychangelistener on is when dragging a thumb?


with regards
sven
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
might be a better emample for you here

http://www.crionics.com/products/opensource/faq/swing_ex/JSliderExamples1.html
Sven Goetgeluck
Greenhorn

Joined: Jul 16, 2008
Posts: 14
Hello Again,

Thanks for the help, those examples are from Tame, they are on the net for a while, did check them but, cannot use them, the reason is the following:

i have te make thumb couples, the slider has is used to see cutted fragments from a videoplayer,
if the movie is cutted is 3 parts, i see 6 thumbs on it, when i click one thumb, (fe startframe) the couples thumb(stopframe) has to be highlighted and track between must be colorred.

when i dras a thumb it must send an action to another panel, thats why i need a listener.

i send some code with this reply maybe it is easier to see



 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Multithumb slider
 
Similar Threads
Sequence Diagram, conditionals and UML version
JInternalFrames + JSliders
Static UI components
Slider control
Controlling volume using JSlider