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