* @see de.willuhn.jameica.gui.Part#paint(org.eclipse.swt.widgets.Composite)
*/
public void paint(Composite parent) throws RemoteException
{
GenericIterator list = de.willuhn.jameica.hbci.messaging.NeueUmsaetze.getNeueUmsaetze();
UmsatzList umsaetze = new UmsatzList(list,new UmsatzDetail());
umsaetze.addColumn(new KontoColumn());
umsaetze.setFilterVisible(false);
umsaetze.paint(parent);
}