Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,423

    [SOLVED] Re: JOptionPane and StringBuilder

    I don't see where the code is appending the String: "I love it!" to the String: "Java is cool!"?
    Either use the + operator to concatenate the two Strings
    or put them both into StringBuilder and use...
  2. Replies
    4
    Views
    2,423

    [SOLVED] Re: JOptionPane and StringBuilder

    Why can't you use the version that works with a single String? What is the reason you think you need two Strings?
Results 1 to 2 of 2