skinnable ui dreck

This commit is contained in:
benfry
2002-06-06 18:22:46 +00:00
parent 59774b397f
commit a72473efd0
5 changed files with 70 additions and 32 deletions

View File

@@ -83,7 +83,10 @@ public class PdeEditorButtons extends Panel {
setLayout(null);
status = new Label();
status.setFont(new Font("SansSerif", Font.PLAIN, 10));
status.setFont(PdeApplet.getFont("editor.buttons.status.font",
new Font("SansSerif", Font.PLAIN, 10)));
status.setForeground(PdeApplet.getColor("editor.buttons.status.color",
Color.black));
//status.setForeground(Color.black);
//status.setBackground(Color.yellow);
add(status);