< prev index next >

modules/javafx.swing/src/main/jake/module-info.java

Print this page
rev 10122 : 8169417: JavaFX to include jake-compatible versions of module-info.java with import bundles
Reviewed-by:

@@ -22,12 +22,12 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 module javafx.swing {
-    requires public java.desktop;
-    requires public javafx.graphics;
+    requires transitive java.desktop;
+    requires transitive javafx.graphics;
 
     requires java.datatransfer;
     requires javafx.base;
 
     exports javafx.embed.swing;
< prev index next >