How to get JOptionPane with three text fields
        Posted  
        
            by Dr.Mostafa
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dr.Mostafa
        
        
        
        Published on 2010-04-28T13:07:26Z
        Indexed on 
            2010/04/28
            13:43 UTC
        
        
        Read the original article
        Hit count: 242
        
I want to know how i can do a messageBox from three input dialog ..
Like this:
JOptionPane.showInputMessageDialog("Enter your FirstName");
JOptionPane.showInputMessageDialog("Enter your MiddleName");
JOptionPane.showInputMessageDialog("Enter your LastName");
But I want one message has a three input boxes.
© Stack Overflow or respective owner