PApplet.setVisible(boolean)
in
Core Library Questions
•
2 years ago
Hello,
I have to call setVisible(false) and then setVisible(true) (because of a GlassPane which I'm using as a progress bar. But it seems after setVisible(true) I have to make a mouseclick such that keyboard events are processed again. I don't know why and I can't simulate the click somehow.
regards,
Johannes
I have to call setVisible(false) and then setVisible(true) (because of a GlassPane which I'm using as a progress bar. But it seems after setVisible(true) I have to make a mouseclick such that keyboard events are processed again. I don't know why and I can't simulate the click somehow.
regards,
Johannes
1