tweaks to cleanup work on layout

This commit is contained in:
benfry
2002-11-19 22:18:42 +00:00
parent 7808c75511
commit 49fd358328
2 changed files with 4 additions and 2 deletions

View File

@@ -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