<Swing Dev> [10] RFR JDK-8184325: Add subcomponents accessor methods to JColorChooserOperator
Vikrant Agarwal
vikrant.v.agarwal at oracle.com
Wed Jul 26 08:24:21 UTC 2017
Gentle Reminder, need 1 more review.
Best Regards,
Vikrant
From: Alexandre (Shura) Iline
Sent: Thursday, July 13, 2017 8:49 PM
To: Vikrant Agarwal
Cc: swing-dev at openjdk.java.net; Sergey Bylokhov; Semyon Sadetsky; Srinivas Mandalika; Muneer Kolarkunnu
Subject: Re: <Swing Dev> [10] RFR JDK-8184325: Add subcomponents accessor methods to JColorChooserOperator
Looks good.
Thank you.
Shura
On Jul 13, 2017, at 1:53 AM, Vikrant Agarwal <HYPERLINK "mailto:vikrant.v.agarwal at oracle.com"vikrant.v.agarwal at oracle.com> wrote:
Hi All,
Please review the following fix:
Bug : HYPERLINK "https://bugs.openjdk.java.net/browse/JDK-8184325"JDK-8184325
JDK 10 Webrev: http://cr.openjdk.java.net/~vagarwal/8184325/webrev.00/
Summary:
This is to add the following subcomponents accessor methods to JColorChooserOperator in Jemmy:
public JSpinnerOperator getHueSpinnerOperator()
public JSpinnerOperator getSaturationSpinnerOperator()
public JSpinnerOperator getValueSpinnerOperator()
public JSpinnerOperator getTransparencySpinnerOperator()
public JSpinnerOperator getLightnessSpinnerOperator()
public JSpinnerOperator getRedSpinnerOperator()
public JSpinnerOperator getGreenSpinnerOperator()
public JSpinnerOperator getBlueSpinnerOperator()
public JSpinnerOperator getAlphaSpinnerOperator()
public JSpinnerOperator getCyanSpinnerOperator()
public JSpinnerOperator getMagentaSpinnerOperator()
public JSpinnerOperator getYellowSpinnerOperator()
public JSpinnerOperator getBlackSpinnerOperator()
public JTextFieldOperator getColorCodeTextFieldOperator()
Similar methods for respective sliders.
We are first getting the selected tab index through getSelectedTabIndex(..) and then using this to get the respective operator.
Best Regards,
Vikrant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20170726/14d6a514/attachment.html>
More information about the swing-dev
mailing list