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

Java 7 on mac os x only provides text clipboard formats

XMLWordPrintable

    • b78
    • Verified

        Java 7 provides less clipboard formats then jdk 6

        The missing formats:
        text/html
        text/rtf

        You can print available formats by the following code:

        for (final DataFlavor flavor :
        Toolkit.getDefaultToolkit().getSystemClipboard().getAvailableDataFlavors()) {
                    System.out.println(flavor.getMimeType());
        }

              mcherkas Mikhail Cherkasov (Inactive)
              webbuggrp Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: