Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8039377

Clipboard should post notifications without using the EventQueue.invokeLater

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P3 P3
    • 9
    • 9
    • client-libs

      The Clipboard object is a simple container to hold the Transferable. Currently its posting notifications using invokeLater. This should be removed and notifications should be posted in place, because
      1. In JDK the Clipboard is used directly only as a Swing sandbox Clipboard where the content is set on the EDT anyway.
      2. There's no way to provide the Clipboard as a system clipboard and SunClipboard overrides the setContents method.

            pchelko Petr Pchelko (Inactive)
            pchelko Petr Pchelko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: