Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 651  / 3 Years ago, fri, october 15, 2021, 3:48:24

yesterday after few updates (some of them in java) the Eclipse lose ability to move it's menu to the global-menu bar.



I was try to remove/add different java from the ubuntu's repositories but it still not showing in the global-menu.



So my question is, what versions of java (including the sun's) supports globalmenu, i don't care what are licenses and other like that. Just I want global's menu back ;)



Thanks.


More From » java

 Answers
4

It's not the JVM, it's the GUI toolkit fault. A GUI toolkit is a set of api+libraries that enable apps to be drawn in the screen, think of them as a collection of widgets + a runtime for those.



Eclipse uses the SWT toolkit which looks and feel more natively than other Java toolkits (Swing, etc). The easy explanation for the lost is that the globalmenu binding have upgraded and SWT has not (yet) upgraded to support.


[#41325] Friday, October 15, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
theurn

Total Points: 30
Total Questions: 110
Total Answers: 111

Location: Bahrain
Member since Fri, Sep 16, 2022
2 Years ago
theurn questions
Tue, Apr 5, 22, 14:18, 2 Years ago
Mon, Feb 14, 22, 16:29, 2 Years ago
Sat, Apr 8, 23, 05:26, 1 Year ago
Tue, Jan 10, 23, 23:59, 1 Year ago
Fri, Apr 8, 22, 01:36, 2 Years ago
;