GitHub user mbien added a comment to the discussion: Windows clipboard issues discussion
the flavor event mechanism was added so that UI can prepare itself for the active flavor (e.g. enable paste button if compatible). To my knowledge there is still no way to listen to the clipboard outside of polling. https://bugs.openjdk.org/browse/JDK-4259272 on window activation the clipboard is polled and the events fire, that is why the current system clipboard entry is inserted on copy/paste from external applications. GitHub link: https://github.com/apache/netbeans/discussions/7051#discussioncomment-12661794 ---- This is an automatically sent email for notifications@netbeans.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@netbeans.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists