Bug Info:
=========
Both windows are active state in native application but parent window is inactive state and toolbar window is active state in java application.Follow the below steps to reproduce.
Drag JToolBar and place it on top of parent window in java application.
Expected Behavior: As per native toolbar the expected behavior should be both windows(parent/toolbar) are active state.
Actual Behavior: The parent window is going to inactive state once drag the toolbar and place it on parent widow.
The toolbar shows the inactive state whenever its parent goes to inactive in native application.But JToolBar shows the inactive state whenever its parent window goes to active state.
Please find the attached images for verification.