RFR: 8352686: Opensource JInternalFrame tests - series3
Andrey Turbanov
aturbanov at openjdk.org
Sat Apr 5 16:38:49 UTC 2025
On Sat, 5 Apr 2025 03:40:10 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> 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
More information about the client-libs-dev
mailing list