Help for this page

Select Code to Download


  1. or download this
    my $MW = MainWindow->new( -height => 600, -width => 600 );
    
  2. or download this
    my $MW = MainWindow->new;
    $MW->geometry( "600x600" );