may have fixed bug causing weird overlap of the status window

This commit is contained in:
benfry
2002-11-19 22:17:44 +00:00
parent 1307ff446f
commit 7808c75511
5 changed files with 47 additions and 10 deletions

View File

@@ -372,6 +372,10 @@ public class PdeEditorStatus extends Panel
return new Dimension(300, PdeEditor.GRID_SIZE);
}
public Dimension getMinimumSize() {
return getPreferredSize();
}
public void actionPerformed(ActionEvent e) {
if (e.getSource() == noButton) {