You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "John Hewson (JIRA)" <ji...@apache.org> on 2014/07/02 02:44:24 UTC

[jira] [Created] (PDFBOX-2174) Suppress the Dock icon on OS X

John Hewson created PDFBOX-2174:
-----------------------------------

             Summary: Suppress the Dock icon on OS X
                 Key: PDFBOX-2174
                 URL: https://issues.apache.org/jira/browse/PDFBOX-2174
             Project: PDFBox
          Issue Type: Improvement
          Components: Utilities
    Affects Versions: 2.0.0
            Reporter: John Hewson
            Priority: Minor


When using the command line utilities on OS X the Java icon appears in the Dock. This can be disabled by making the following call from main():

{code}
System.setProperty("apple.awt.UIElement", "true");
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)