Mac msgboxes don't have titles so as above says you'll need to make your own.
You could make it a new standard window, disable grow icon and closebox, and just add the button and statictext yourself.
Pretty simple:
yourWindow.show to display the window,
And in the "Ok" pushbutton's action event handler just add yourWindow.close