Results 1 to 4 of 4

Thread: Java Error Question

Threaded View

  1. #2
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: Java Error Question

    Code:
    finalOutput = JOptionPane.showMessageDialog(null, "Your equation is " + number1 + " / " + number2 + "\n" + "Your answer is " +(number1 / number2), "Java Calculator", JOptionPane.PLAIN_MESSAGE);
    take out finalOutput since showMessageDIalog returns void.
    Last edited by oceanebelle; Nov 16th, 2005 at 12:44 AM.

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