public PhysikSimulationFenster() { InitializeComponent(); welt = new Welt(new Size(pbWelt.Width - 30, pbWelt.Height - 30)); WeltFuellen(); }