mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
launcher exe for windows and much joy
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user