Dimension textDim = new Dimension(250, 20);
Color bkgCol = new Color(245, 245, 245);
if (pc != null) {
Settings settings = pc.getSettings();
rightAllignment = settings.getSettingBoolean("XMLBasicPanel.RightAllignment");
textDim = new Dimension(
settings.getSettingInt("SimplePanelTextWidth"),
settings.getSettingInt("SimplePanelTextHeight"));
if (settings instanceof PanelSettings) {
bkgCol = ((PanelSettings) settings).getBackgroundColor();
}