working on macosx java resize bug

This commit is contained in:
benfry
2002-11-19 20:19:29 +00:00
parent a2e7d47ce3
commit 0b4b26692c
+6
View File
@@ -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 {