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)