Hallo,
I 'm using iText linked with the Substance Look & Feel. But they don 't work together well. When Substance is active, I get the Exception:
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: null incompatible with Text-specific antialiasing enable key
at java.awt.RenderingHints.put(Unknown Source)
at java.awt.RenderingHints.putAll(Unknown Source)
at com.lowagie.text.pdf.PdfGraphics2D.addRenderingHints(Unknown Source)
at org.jvnet.substance.swingx.SubstancePanelUI.update(SubstancePanelUI.java)
at javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
When Substance is diabled everything works well. Someone any idea?