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:46:25 UTC

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

     [ https://issues.apache.org/jira/browse/PDFBOX-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Hewson resolved PDFBOX-2174.
---------------------------------

    Resolution: Fixed

Added for all command-line tools in [r1607218|http://svn.apache.org/r1607218].

> 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)