Help for this page

Select Code to Download


  1. or download this
    # Creating the Main Window
        $mainwindow = MainWindow->new(-title => " Select Fuel Tank for $Fu
    +el_Type Fuel ");
    
  2. or download this
    # Defines the Geometry for the Main Window
    
       $mainwindow->geometry("400x300");
    $mainwindow->maxsize(400,500;
        $mainwindow->minsize(400,300);