Search:

Type: Posts; User: Zyrion

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,354

    Re: Java Dialog Box HELP

    Use the code I had given you, as a template for the program you are trying to write.
  2. Replies
    5
    Views
    1,354

    Re: Java Dialog Box HELP

    Your welcome. :)
  3. Replies
    5
    Views
    1,354

    Re: Java Dialog Box HELP

    Well let's break this down.


    import javax.swing.JOptionPane; //imports the package for the GUI input
    public class DialogViewer1
    {
    public static void main(String[] args)
    {
    //Create an new...
Results 1 to 3 of 3