File tree 2 files changed +3
-1
lines changed
modules/javafx.graphics/src/shims/java/com/sun/javafx/tk/quantum
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,12 @@ public GlassSystemMenuShim() {
40
40
super ();
41
41
}
42
42
43
+ @ Override
43
44
public void setMenus (List <MenuBase > menus ) {
44
45
super .setMenus (menus );
45
46
}
46
47
48
+ @ Override
47
49
public void createMenuBar () {
48
50
super .createMenuBar ();
49
51
}
Original file line number Diff line number Diff line change 14
14
<classpathentry combineaccessrules =" false" kind =" src" path =" /graphics" >
15
15
<attributes >
16
16
<attribute name =" module" value =" true" />
17
- <attribute name =" add-exports" value =" javafx.graphics/com.sun.glass.ui=ALL-UNNAMED:javafx.graphics/com.sun.glass.ui.monocle=ALL-UNNAMED:javafx.graphics/com.sun.javafx.sg.prism=ALL-UNNAMED:javafx.graphics/com.sun.prism.impl=ALL-UNNAMED:javafx.graphics/com.sun.javafx.image.impl=ALL-UNNAMED:javafx.graphics/com.sun.glass.events=ALL-UNNAMED:javafx.graphics/com.sun.javafx.application=ALL-UNNAMED:javafx.graphics/com.sun.javafx.css=ALL-UNNAMED:javafx.graphics/com.sun.javafx.geom=ALL-UNNAMED:javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED:javafx.graphics/com.sun.glass.ui.mac=ALL-UNNAMED:javafx.graphics/com.sun.glass.ui.win=ALL-UNNAMED:javafx.graphics/com.sun.javafx.scene.text=ALL-UNNAMED:javafx.graphics/com.sun.javafx.text=ALL-UNNAMED:javafx.graphics/com.sun.javafx.font=ALL-UNNAMED" />
17
+ <attribute name =" add-exports" value =" javafx.graphics/com.sun.glass.ui=ALL-UNNAMED:javafx.graphics/com.sun.glass.ui.monocle=ALL-UNNAMED:javafx.graphics/com.sun.javafx.sg.prism=ALL-UNNAMED:javafx.graphics/com.sun.prism.impl=ALL-UNNAMED:javafx.graphics/com.sun.javafx.image.impl=ALL-UNNAMED:javafx.graphics/com.sun.glass.events=ALL-UNNAMED:javafx.graphics/com.sun.javafx.application=ALL-UNNAMED:javafx.graphics/com.sun.javafx.css=ALL-UNNAMED:javafx.graphics/com.sun.javafx.geom=ALL-UNNAMED:javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED:javafx.graphics/com.sun.glass.ui.mac=ALL-UNNAMED:javafx.graphics/com.sun.glass.ui.win=ALL-UNNAMED:javafx.graphics/com.sun.javafx.scene.text=ALL-UNNAMED:javafx.graphics/com.sun.javafx.text=ALL-UNNAMED:javafx.graphics/com.sun.javafx.font=ALL-UNNAMED:javafx.graphics/com.sun.javafx.menu=ALL-UNNAMED:javafx.graphics/com.sun.javafx.tk.quantum=ALL-UNNAMED " />
18
18
</attributes >
19
19
</classpathentry >
20
20
<classpathentry combineaccessrules =" false" kind =" src" path =" /controls" >
You can’t perform that action at this time.
0 commit comments