hi there im just new with java i just want to ask can 1 dialog box contain multiple lines i min like this one
JOptionPane.showMessageDialog (null,"\n "+EN ) ;
somehow i want to add just like
JOptionPane.showMessageDialog (null,"\n "+EN , "\n another messages here then" +DR , "\n and another messages again here then" +rd)) ;
those EN DR rd have their values to be calculated..
someone pls help..