diff --git a/processing/app/PdeBase.java b/processing/app/PdeBase.java index 4d56169b0..49b349ba9 100644 --- a/processing/app/PdeBase.java +++ b/processing/app/PdeBase.java @@ -130,6 +130,12 @@ public class PdeBase extends Frame implements ActionListener { frame = this; // clean this up later //#ifdef JDK14 + this.addComponentListener(new ComponentAdapter() { + public void componentResized(ComponentEvent e) { + System.out.println(e); + } + }); + //#endif try {