Re: RFR: 8267582: BasicLookAndFeel should not call getComponentPopupMenu twice to get a popup menu [v2]

2023-01-18 Thread Alexey Ivanov
On Tue, 17 Jan 2023 16:50:51 GMT, SWinxy wrote: >> Please review this small change to cache a component's popup menu in BLAF. > > SWinxy has updated the pull request incrementally with one additional commit > since the last revision: > > Single-class imports Please change your IDE settings

Re: RFR: 8267582: BasicLookAndFeel should not call getComponentPopupMenu twice to get a popup menu [v2]

2023-01-17 Thread SWinxy
On Tue, 17 Jan 2023 05:14:35 GMT, Prasanta Sadhukhan wrote: >> SWinxy has updated the pull request incrementally with one additional commit >> since the last revision: >> >> Single-class imports > > src/java.desktop/share/classes/javax/swing/plaf/basic/BasicLookAndFeel.java > line 35: >

Re: RFR: 8267582: BasicLookAndFeel should not call getComponentPopupMenu twice to get a popup menu [v2]

2023-01-17 Thread SWinxy
> Please review this small change to cache a component's popup menu in BLAF. SWinxy has updated the pull request incrementally with one additional commit since the last revision: Single-class imports - Changes: - all: https://git.openjdk.org/jdk/pull/12017/files - new: