}
private void initialize() {
dimensionType = getDefaultDimensionType();
if (commonBean == null) {
commonBean = new CommonDeviceAttributeBean();
}
setBatchFile(UIPreferences.getInstance().getControlPanel());
setViewportView(commonBean);
setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);