Search:

Type: Posts; User: javaStooge

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    2,423

    [SOLVED] Re: JOptionPane and StringBuilder

    I see where my error is... StringBuilder stringBuilder = new StringBuilder(hello);

    I didn't assign an initial value (hello) in the constructor...
  2. Replies
    4
    Views
    2,423

    [SOLVED] Re: JOptionPane and StringBuilder

    If I want to show the first text "Java is cool!" using JOptionPane, then append.("I love it!) to the text, "Java is cool!" does not appear. So I assumed I needed to use (string,...
  3. Replies
    4
    Views
    2,423

    [SOLVED] JOptionPane and StringBuilder

    I'm using the JOptionPane to display and receive information to/from the user. In addition to this, I am using StringBuilder to receive inputs from the user and then manipulate (append) that input to...
Results 1 to 3 of 3