← Back to team overview

gephi.team team mailing list archive

[Bug 529913] Re: gtk+ slider problem

 

Fixed in rev 1702

** Changed in: gephi
       Status: Confirmed => Fix Committed

** Changed in: gephi/0.7
       Status: Confirmed => Fix Committed

-- 
gtk+ slider problem
https://bugs.launchpad.net/bugs/529913
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.

Status in Gephi - Network exploration and manipulation: Fix Committed
Status in Gephi 0.7 series: Fix Committed

Bug description:
When you run Gephi in GTK+ (i.e. Ubuntu), Java's JSlider has a text label above the slider.
You can see an example on the image in attachment.
I had the same problem in my Java applicactions.
Solution is quite easy. The only thing you have to do is to add one line of code:
 UIManager.put("Slider.paintValue", Boolean.FALSE);