mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
working on macosx java resize bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user