On Sat, 5 Apr 2025 03:40:10 GMT, Prasanta Sadhukhan <[email protected]> wrote:
> Few JInternalFrame tests are opensourced
test/jdk/javax/swing/JInternalFrame/bug4321312.java line 121:
> 119: try {
> 120: super.processMouseEvent(e);
> 121: } catch(Exception exc) {
Suggestion:
} catch (Exception exc) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24466#discussion_r2029913380
