How do you create a message box in Java? Like in VB where I can type in MessageBox.Show("This is a message")

How can I create the same type of dialog box in Java?