class Button extends DJComponent { String text; // text shown in the button String label; // alias of text (label == text) }