my $frame_border_bottom = $mw->Frame( -relief => "flat" ); my $welcome_label_bottom = $frame_border_bottom->Label( -text => "Searching for Keywords/City pairs \n" ); $frame_border_bottom->grid( -row => 7, -column => 3, -columnspan => 6 ); $welcome_label_bottom->grid( -row => 7, -column => 3, -columnspan => 6 );