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

[TEST_BUG] SwingSet Automation: Jemmy Library : FrameOperator: maximize() and demaximize() are not properly implemented

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • client-libs
    • b161
    • generic
    • generic

        Right now maximize() is implemented using Frame.setSize() which will set frame size as screen size, so its size is setting to max sixe, but its state is not changing, it will be NORMAL itself.
        It has to implement using, Frame.setExtendedState() with MAXIMIZED_BOTH, so that its actual state also will set to MAXIMIZED_BOTH state.
        Also demaximize() is not implemented completely.

              akolarkunnu Abdul Kolarkunnu (Inactive)
              akolarkunnu Abdul Kolarkunnu (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: