my $static_text = Wx::StaticText->new( $window, -1, "Current File:", [ 5, 355 ]); $static_text->SetForegroundColour( Wx::Colour->new(255, 0, 0) );