making more mess

This commit is contained in:
benfry
2003-11-06 03:55:44 +00:00
parent cce5eee5cb
commit 6b886bedee
11 changed files with 459 additions and 432 deletions

View File

@@ -111,10 +111,10 @@ public class PdeEditorButtons extends JPanel implements MouseInputListener {
setLayout(null);
status = new Label();
status.setFont(PdeBase.getFont("editor.buttons.status.font",
new Font("SansSerif", Font.PLAIN, 10)));
status.setForeground(PdeBase.getColor("editor.buttons.status.color",
Color.black));
status.setFont(PdePreferences.getFont("editor.buttons.status.font",
new Font("SansSerif", Font.PLAIN, 10)));
status.setForeground(PdePreferences.getColor("editor.buttons.status.color",
Color.black));
add(status);
status.setBounds(-5, BUTTON_COUNT*BUTTON_HEIGHT,