CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2014
    Posts
    1

    How do I create a Java messagebox an on form messagebox? Stuck

    How do I create a Java messagebox an on form messagebox? Stuck

    I know how to create a regular popup messagebox as below:

    Code:
    JOptionPane.showMessageDialog(this, "Couldn't log in");
    But I don't know how to create one as below, I'm stuck on how we create this sort of messagebox..

    Name:  NJPoR.png
Views: 404
Size:  9.2 KB

  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: How do I create a Java messagebox an on form messagebox? Stuck

    You need to make a custom dialog.
    Look at the tutorial: http://docs.oracle.com/javase/tutori...ts/dialog.html
    Norm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured