Search:

Type: Posts; User: GregBrannon

Search: Search took 0.10 seconds.

  1. Re: Multiple System.out.println lines to Dialog box.

    Combine all of the Strings into one (using StringBuilder, if you'd like) and output them to the JOptionPane method once. Now struggle with some code.
  2. Re: Multiple System.out.println lines to Dialog box.

    Norm's response helped me understand your question better. If you're constructing the String object from parts before sending it to a JOptionPane method for display, I recommend using an instance of...
  3. Re: Multiple System.out.println lines to Dialog box.

    Have you tried to send the text to a JOptionPane? If so, show us that code. If not, start by thinking that all text currently being sent to the println() methods will instead be sent to a...
Results 1 to 3 of 3