[OpenJDK 2D-Dev] RFR: 8161407: Provide a javadoc description for java.desktop module

Phil Race philip.race at oracle.com
Mon Jul 18 19:11:38 UTC 2016


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.race at oracle.com 
> <mailto:philip.race at 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;
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20160718/63d1621a/attachment.html>


More information about the 2d-dev mailing list