MessageBox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rick

    MessageBox

    Hi,

    Call me stupid but where can I find the messagebox in Java?? Or do I have to
    create one myself? What I need is a simple function just like Alert( "I'm
    annoying!" ); in JavaScript.

    Greetings,
    Rick


  • Michael

    #2
    Re: MessageBox

    "Rick" <aso3rick@hotma il.com> wrote in message news:<3faa3645$ 0$58710$e4fe514 [email protected] l>...[color=blue]
    > Hi,
    >
    > Call me stupid but where can I find the messagebox in Java?? Or do I have to
    > create one myself? What I need is a simple function just like Alert( "I'm
    > annoying!" ); in JavaScript.
    >
    > Greetings,
    > Rick[/color]

    Take a look at the JOptionPane class. I have used this to display messages.

    MJ

    Comment

    • Rick

      #3
      Re: MessageBox

      Thanks, that was exactly what I needed!

      Greetings,
      Rick


      Comment

      Working...