Chat Tutorial in NetBeans/Text Client: Difference between revisions
Content deleted Content added
imported>SimonSmall Rearranged and checked |
imported>SimonSmall m →Using the marauroa project: spelling |
||
| (20 intermediate revisions by the same user not shown) | |||
Line 23:
Use this option unless you need to use the other methods.
Find the '''marauroa.jar''' file from the download, and copy it to the libs directory (created above) if it is not there already. Right click the '''Libraries''' branch of the
=== Using the marauroa project ===
Right click the '''Libraries''' branch of the
= Additional files =
Line 217:
* take the next message from the queue
*/
public String popQuote() {
if (quotes.isEmpty()) {
return null;
| |||