Help for this page

Select Code to Download


  1. or download this
    $mw->geometry('100x100-0-0');
    
  2. or download this
    sub CenterWindow
    {
    ...
        $window->geometry($width . "x" . $height . "+" . $x . "+" .$y);
    }