6869707172737475
/** * @see de.willuhn.jameica.gui.Part#paint(org.eclipse.swt.widgets.Composite) */ public void paint(Composite parent) throws RemoteException { KontoList l = new KontoList(new KontoNew()); l.paint(parent); }