GLJPanel Regression: Honor pre-init reshape-size at initializeBackendImpl() Commit 84f367a73c5b16dcebfd877e82e1c2cb90ae74ce introduced a regression to reshape behavior in between addNotify and paintComponent. Commit 84f367a73c5b16dcebfd877e82e1c2cb90ae74ce removed utilization of reshape-size in case panel-size is valid, even if a reshape event happened in between: - addNotify - paintComponent initializeBackendImpl() includes now uses reshape-size IFF handleReshape is set. Before it was using reshape-size only if panel-size was invalid.
Commit ce969bd565b0a6e72632630c88c4135d0410bf0f - Fixes as described - estAWT03GLJPanelRecreate01 covers this issue.