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

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Tue Jul 19 14:09:35 UTC 2016


On 18.07.16 22:11, Phil Race wrote:
> "User interface, graphics and imaging APIs"
>
> Any objection to that ?

What about a11y and sound?

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


-- 
Best regards, Sergey.



More information about the 2d-dev mailing list