On Thu, 6 Aug 2026 19:52:23 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove note > > src/java.desktop/macosx/classes/com/apple/laf/AquaTextPaneUI.java line 66: > >> 64: } >> 65: >> 66: boolean oldDragState = false; > > In other classes the "oldDragState" was deleted. removed > 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 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32101#discussion_r3733007005 PR Review Comment: https://git.openjdk.org/jdk/pull/32101#discussion_r3733007641
