last bits of 58, dealing with compiler, etc

This commit is contained in:
benfry
2003-08-06 02:33:48 +00:00
parent 5bbad77897
commit f1f50c659a
3 changed files with 62 additions and 9 deletions

View File

@@ -53,7 +53,8 @@ public class PdeEditorStatus extends Panel
static final String PROMPT_OK = "Ok";
static final String NO_MESSAGE = "";
static final int BUTTON_WIDTH = 70; //66;
// mac needs it to be 70, windows needs 66, linux needs 76
static final int BUTTON_WIDTH = 76;
static final int BUTTON_HEIGHT = 24;
PdeEditor editor;