WB not rendering/painting in IDE [message #1462720] |
Wed, 05 November 2014 17:00  |
Eclipse User |
|
|
|
I recently installed Eclipse Luna and now when I open a Java file in WB the WB GUI does not render correctly. It is difficult to descripe so just look at the attached screenshot. The JPanel window actually "runs" correctly so all the widgets are there and can be selected interactively they just aren't visible. My guess is there is a font/color issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: WB not rendering/painting in IDE [message #1697932 is a reply to message #1462720] |
Tue, 09 June 2015 12:16   |
Eclipse User |
|
|
|
Similar issue, I guess same reason - see attached screenshot: My design renders, but the items do not appear at the correct position (they are all clickable, but further down than displayed). Also, my component tree has only entries with empty labels, which is the most annoying, as I don't know what I am clicking at in the tree... Basically, WindowBuilder is useless, this way. 
Could be Gnome, could be the fact that this a very high resolution monitor (see screenshot), and on Linux(es), many programs don't cope with that very well yet, could be both...
Fedora 22, Gnome 3.16.2, Evolution Luna 4.4.2, WindowBuilder 1.8.0
|
|
|
|
|
|
|
|
Re: WB not rendering/painting in IDE [message #1759284 is a reply to message #1697932] |
Mon, 10 April 2017 03:32  |
Eclipse User |
|
|
|
in CentOS 6.5 this is working. Problem is gtk2-2.20.1-4.el6 package was changed to gtk2-2.24.23-8 in CentOS 6.6 plus. To work around the problem you could
1-) copy /usr/lib64/libgtk-x11-2.0.so.0.2000.1 from CentOS 6.5 ( gtk2.-2.20.1-4.el6 ) to a directory. (Example (/var/tmp/gtk2CentOS6.5/lib/)
2-) export LD_LIBRARY_PATH=/var/tmp/gtk2CentOS6.5/lib:$LD_LIBRARY_PATH
3-)cd /var/tmp/gtk2CentOS6.5/lib
4-)ln -s libgtk-x11-2.0.so.0.2000.1 libgtk-x11-2.0.so
5-) ln -s libgtk-x11-2.0.so.0.2000.1 libgtk-x11-2.0.so.0
6-) eclipse &
|
|
|
Powered by
FUDForum. Page generated in 0.77161 seconds