public IPropertyAccessor getContainerWrapper(MComponent wrapper) {
return wrapper;
}
public ISubPropertiesPanel[] getSubPanels(JDialog parent) {
ISubPropertiesPanel p1 = new ISubPropertiesPanel() {
public void setProperties(Properties props) {
}
public boolean isValidInput() {
return true;