RFR: 8354451: Open source some more Swing popup menu tests
Hendrik Schick
duke at openjdk.org
Tue Apr 15 20:25:45 UTC 2025
On Mon, 14 Apr 2025 21:52:02 GMT, Phil Race <prr at openjdk.org> wrote:
> Open source some more Swing menu tests
test/jdk/javax/swing/JPopupMenu/bug4234793.java line 161:
> 159: public void actionPerformed(ActionEvent e){
> 160: if(!popupMenu.isVisible())
> 161: popupMenu.show((Component)e.getSource(),40,40);
Suggestion:
popupMenu.show((Component) e.getSource(), 40, 40);
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24636#discussion_r2045415294
More information about the client-libs-dev
mailing list