On Fri, 6 Mar 2026 00:05:13 GMT, Phil Race <[email protected]> wrote: >> A few DnD related classes use AppContext. This can be removed. > > Phil Race has updated the pull request incrementally with one additional > commit since the last revision: > > 8378918
src/java.desktop/share/classes/javax/swing/plaf/basic/DragRecognitionSupport.java line 32: > 30: import javax.swing.*; > 31: import sun.awt.dnd.SunDragSourceContextPeer; > 32: import sun.awt.AppContext; Looks like the Toolkit import is unused. Not related to the changes here, but can be handled anyway. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29988#discussion_r2925531245
