public String getTitle() {
return null;
}
protected Component getSouthComponent() {
m_cat = new JCatalog(dlSales,
"true".equals(m_jbtnconfig.getProperty("pricevisible")),
"true".equals(m_jbtnconfig.getProperty("taxesincluded")),
Integer.parseInt(m_jbtnconfig.getProperty("img-width", "64")),
Integer.parseInt(m_jbtnconfig.getProperty("img-height", "54")));
m_cat.addActionListener(new CatalogListener());