I've tried two UI library imports
import java.awt.*;
import controlP5.*;
neither seem to work well with being able to print PDFs using "import processing.pdf.*;"
I just need to be able to use text fields, and print pdfs... anyone else having these issues, or know a good solution? I'm surprised that such a basic interface is so difficult to implement with processing.
1