Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8008657

JSpinner setComponentOrientation doesn't affect on text orientation

    XMLWordPrintable

Details

    • 7
    • b06
    • generic
    • generic

    Backports

      Description

        See attached Test.java:

        There are 3 JSpinners with SpinnerNumberModel, SpinnerListModel and SpinnerDateModel

        1. run test (componentOrientation set to ComponentOrientation.RIGHT_TO_LEFT)
        Actual behaviour: text for SpinnerDateModel and SpinnerListModel is left aligned
        Expected behaviour: text in all JSpinners is RIGHT aligned

        2. Change test: replace ComponentOrientation.RIGHT_TO_LEFT to ComponentOrientation.LEFT_TO_RIGHT and run again
        Actual behaviour: same as in first case
        Expected behaviour: text in all JSpinners is LEFT aligned


        the issue repoduced on Windows, Linux and Mac platforms: failed with jdk 7 since fcs and passed with jdk6u41b01
        see comments for more details


        Attachments

          Issue Links

            Activity

              People

                alexsch Alexandr Scherbatiy
                vakulova Vera Akulova (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                7 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: