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