← Back to team overview

gephi.team team mailing list archive

[Bug 529913] Re: gtk+ slider problem

 

By the way, this is where I found the solution:
http://forums.java.net/jive/message.jspa?messageID=29598

Greetings,
Greg

-- 
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: Confirmed
Status in Gephi 0.7 series: Confirmed

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);