# Creating the Main Window $mainwindow = MainWindow->new(-title => " Select Fuel Tank for $Fuel_Type Fuel "); #### # Defines the Geometry for the Main Window $mainwindow->geometry("400x300"); $mainwindow->maxsize(400,500; $mainwindow->minsize(400,300);