On Fri, 7 Aug 2026 02:24:30 GMT, Prasanta Sadhukhan <[email protected]> wrote:
>> src/java.desktop/share/classes/javax/swing/text/JTextComponent.java line >> 3886: >> >>> 3884: private char focusAccelerator; >>> 3885: private boolean dragEnabled; >>> 3886: private boolean dragEnabledSet; >> >> The new field should be handled during de-/serialization. > > Handled it will be good to cover this by the test. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32101#discussion_r3826700035
