On Wed, 28 May 2025 03:21:08 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> But we can read/save orientation, then call super, then make a check? >> I am not sure how important to always call >> super.setComponentOrientation(orientation); >> can we miss some notification fired from that method? > > OK. Current orientation is stored and then checked and > super.setComponentOrientation is called before check. > I guess that method fires PropertyChangeEvent for orientation set and now it > will be fired always like before.. I guess all concerns are addressed..If there is no proven concern on this, I would integrate this. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25294#discussion_r2117210553