Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Re: How to print to textarea? really no idea.

    Show an example of how you imagine what you've described should look. To include multiple items in a single String object, use the concatenation operator, '+', e.g. "this" + "that" = "thisthat".
  2. Re: How to print to textarea? really no idea.

    Use append() to add multiple lines of text, one after the other, in a JTextArea.
Results 1 to 2 of 2