$b = $mw->Button(-text => "Exit", -command => sub { exit }); $b->place(-relx => 0.5, -rely => 0.5);