public TextPropertiesPanel(boolean showTransform, String shapeName) {
super(false, true, true, showTransform, shapeName);
source = null;
tfText = new JTextField("");
fontChooserPanel = new FontChooserPanel(this, simtools.shapes.AbstractShape.FONT_NAMES, tfText);
dynamicDataPanel = new GridBagPanel(resources.getString("DynamicData"));
textSizePanel = new GridBagPanel(resources.getString("TextSize"));
// Create contents
setTextSizePanel();