thought this was checked in.. guess not

This commit is contained in:
benfry
2002-07-27 22:34:10 +00:00
parent ca98781fa7
commit a5c1fe5926
8 changed files with 63 additions and 41 deletions

View File

@@ -192,10 +192,13 @@ public class PdeEditorStatus extends Panel
cancelButton = new Button(PROMPT_CANCEL);
okButton = new Button(PROMPT_OK);
yesButton.setBackground(bgcolor[PROMPT]);
noButton.setBackground(bgcolor[PROMPT]);
cancelButton.setBackground(bgcolor[PROMPT]);
okButton.setBackground(bgcolor[PROMPT]);
// !@#(* aqua #($*(( turtle-neck wearing #(** (#$@)(
if (PdeBase.platform == PdeBase.MACOSX) {
yesButton.setBackground(bgcolor[PROMPT]);
noButton.setBackground(bgcolor[PROMPT]);
cancelButton.setBackground(bgcolor[PROMPT]);
okButton.setBackground(bgcolor[PROMPT]);
}
setLayout(null);