Sep 24, 2003 #1 redss Programmer Joined Oct 20, 2002 Messages 195 Is there a simple messagebox function available in Java? Something like VB's msgbox() or C#'s Messagebox function...
Is there a simple messagebox function available in Java? Something like VB's msgbox() or C#'s Messagebox function...
Sep 24, 2003 #2 FredrikN Programmer Joined Jan 5, 2001 Messages 60 Location SE Sure,there is the JOptionPane and it has a lot of static methods. Eg JOptionPane.showMessageDialog(null,"My Messagebox..." Upvote 0 Downvote
Sure,there is the JOptionPane and it has a lot of static methods. Eg JOptionPane.showMessageDialog(null,"My Messagebox..."