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> 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;

Reply via email to