mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
tweaks to cleanup work on layout
This commit is contained in:
@@ -130,11 +130,13 @@ 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);
|
||||
System.out.println("frame listener: " + e);
|
||||
}
|
||||
});
|
||||
*/
|
||||
|
||||
//#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user