Hello,
I am using controlP5 and
this old line used to work:
font1 = new ControlFont(createFont("Times",80),80);
Now it doesn't.
How can I access the Font-object?
Thanks?
Greetings, Chris
PeasyCam v0.8.1
ControlP5 0.4.2 infos, comments, questions at http://www.sojamo.de/libraries/controlP5
processing.app.debug.RunnerException: IllegalAccessError: tried to access field processing.core.PFont.smooth from class controlP5.ControlFont
at processing.app.Sketch.placeException(Unknown Source)
at processing.app.debug.Runner.findException(Unknown Source)
at processing.app.debug.Runner.reportException(Unknown Source)
at processing.app.debug.Runner.exception(Unknown Source)
at processing.app.debug.EventThread.exceptionEvent(Unknown Source)
at processing.app.debug.EventThread.handleEvent(Unknown Source)
at processing.app.debug.EventThread.run(Unknown Source)
Exception in thread "Animation Thread" java.lang.IllegalAccessError: tried to access field processing.core.PFont.smooth from class controlP5.ControlFont
at controlP5.ControlFont.<init>(Unknown Source)
at SolitaireNeu5.setup(SolitaireNeu5.java:276)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)