gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00666
[Bug 529913] Re: gtk+ slider problem
** Changed in: gephi
Status: Fix Committed => Fix Released
** Changed in: gephi/0.7
Status: Fix Committed => Fix Released
--
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 Released
Status in Gephi 0.7 series: Fix Released
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);