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
+3 -1
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
+1 -1
View File
@@ -85,7 +85,7 @@ public class PdeEditor extends Panel {
PdeBase base;
// hack while fixing layout issues
Component pain;
//Component pain;
public PdeEditor(PdeBase base) {
this.base = base;