launcher exe for windows and much joy

This commit is contained in:
benfry
2002-07-29 23:39:10 +00:00
parent d73f93b0a5
commit d4f87d5419
8 changed files with 74 additions and 52 deletions

View File

@@ -192,8 +192,9 @@ public class PdeEditorStatus extends Panel
cancelButton = new Button(PROMPT_CANCEL);
okButton = new Button(PROMPT_OK);
// !@#(* aqua #($*(( turtle-neck wearing #(** (#$@)(
if (PdeBase.platform == PdeBase.MACOSX) {
// !@#(* aqua ui #($*(( that turtle-neck wearing #(** (#$@)(
if ((PdeBase.platform == PdeBase.MACOSX) ||
(PdeBase.platform == PdeBase.MACOS9)) {
yesButton.setBackground(bgcolor[PROMPT]);
noButton.setBackground(bgcolor[PROMPT]);
cancelButton.setBackground(bgcolor[PROMPT]);