Depends how fine grained we want to go. The java.base one doesn't even try
to enumerate what is in there but I did think we maybe needed to say
something ..
right now it stands out as completely empty.
If we include all 3 I think we need to start with UI :-
"User interface, graphics and imaging APIs"
Any objection to that ?
-phil.
On 07/18/2016 11:22 AM, Brian Burkhalter wrote:
Showing my own bias, how about
“UI and graphics APIs” -> “graphics, imaging, and user interface APIs” ?
Brian
On Jul 18, 2016, at 10:50 AM, Phil Race <philip.r...@oracle.com
<mailto:philip.r...@oracle.com>> wrote:
This fix adds the same kind of summary for desktop
diff --git a/src/java.desktop/share/classes/module-info.java
b/src/java.desktop/share/classes/module-info.java
--- a/src/java.desktop/share/classes/module-info.java
+++ b/src/java.desktop/share/classes/module-info.java
@@ -23,6 +23,10 @@
* questions.
*/
+/**
+ * java.desktop defines and exports the UI and graphics APIs of the
+ * Java SE platform.
+ */
module java.desktop {
requires public java.datatransfer;
requires public java.xml;