<AWT Dev> Review request for JDK-8038631: Create wrapper for awt.Robot with additional functionality
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Thu Apr 3 11:31:22 UTC 2014
On 03.04.2014 11:44, Dmitriy Ermashov wrote:
> Hi, Sergey
>
> >> - javadoc formatting still different.
> Sergey, could you give some additional info about different javadoc
> formatting?
Different alignment for example in the
public void type(char c) {
and
public void glide(Point src, Point dest) {
and
public void glide(int fromX, int fromY, int toX, int toY) {
etc...
>
> What methods have different formatting and how you think it should
> look like?
>
> >> - It would be good to make some research in internet, what methods
> can be implemented as well.(like drag, etc).
> We hove a batch of functional tests that uses some other methods (like
> Drag&Drop and some others) of several robot wrappers, but the number
> of these tests is too little. So there is no real need to add some
> other methods.
> Anyway, we can add more methods in future if it would be reasonable.
>
--
Best regards, Sergey.
More information about the awt-dev
mailing list