Following defect is reproducible only in WINDOWS
1. Create Frame.
2. set the focusable state to false -->frame.setFocusableWindowState(false)
3. right click on the icon which is in tool bar.
Menu is displayed with the options like move,size,maximize and minimize.
4. click on java cup icon in title bar of the frame.
Expected Result: menu should be displayed with the options like move,size,maximize and minimize.
Actual Result: menu is not displayed with the options like move,size,maximize and minimize
Following are the steps to reproduce the defect.
1.run the attached test.
2.click on java cup icon in title bar of the frame.
defect is reproduced if there is no menu with the options like move,size,maximize and
minimize.