attempting to break curve at the lsat minute

This commit is contained in:
benfry
2002-07-02 17:32:29 +00:00
parent ea4c3eb48f
commit 5bdf05ba20
2 changed files with 16 additions and 6 deletions

View File

@@ -89,10 +89,6 @@ public class PdeEditorButtons extends Panel {
Color.black));
add(status);
Color buttonBgColor =
PdeBase.getColor("editor.buttons.bgcolor", new Color(153, 0, 0));
setBackground(buttonBgColor);
status.setBounds(-5, BUTTON_COUNT*BUTTON_HEIGHT,
BUTTON_WIDTH + 15, BUTTON_HEIGHT);
status.setAlignment(Label.CENTER);