fixes to header

This commit is contained in:
benfry
2004-05-16 19:51:29 +00:00
parent b748f5d82a
commit 8f2db4862a
3 changed files with 4 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ public class PdeEditorFind extends JFrame implements ActionListener {
setBounds((screen.width - wide) / 2,
(screen.height - high) / 2, wide, high);
show();
//show();
}

View File

@@ -91,7 +91,7 @@ public class PdeEditorHeader extends JComponent /*implements MouseListener*/ {
public PdeEditorHeader(PdeEditor eddie) {
this.editor = eddie; // weird name for listener
pieces = new Image[2][3];
pieces = new Image[STATUS.length][WHERE.length];
for (int i = 0; i < 2; i++) {
for (int j = 0; j < 4; j++) {
pieces[i][j] = PdeBase.getImage("tab-" + STATUS[i] + "-" +

View File

@@ -33,4 +33,6 @@ fi
CLASSPATH=\"java\\lib\\rt.jar\;lib\;lib\\build\;lib\\pde.jar\;lib\\kjc.jar\;lib\\antlr.jar\;lib\\oro.jar\;lib\\comm.jar\;lib\\RXTXcomm.jar\;${QT_JAVA_PATH}\"
export CLASSPATH
#cd work && ./java/bin/java -Xint PdeBase
cd work && ./java/bin/java PdeBase