Marauroa Chat Tutorial/Swing Client: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
imported>Hendrik Brummermann
m header and footer
Line 1: Line 1:
{{Navigation for Marauroa Top|Using}}
== Swing client ==
{{Navigation for Marauroa Users}}
=== Code ===
{{Marauroa Tutorial}}

== Code ==
The design of our Client class allows us to easily use it in something more complex then Test class above. Here is the example of a simple Swing application that uses Client as a communication tool
The design of our Client class allows us to easily use it in something more complex then Test class above. Here is the example of a simple Swing application that uses Client as a communication tool
<source lang="java">
<source lang="java">
Line 135: Line 138:
}
}
</source>
</source>

=== Deployment ===
== Deployment ==
You still use the same command for compilation
You still use the same command for compilation
<pre>
<pre>
Line 145: Line 149:
java -cp marauroa.jar;log4j.jar;. Chat
java -cp marauroa.jar;log4j.jar;. Chat
</pre>
</pre>

== Next Steps ==

Congratulations, you completed this tutorial. The final sections will list some ideas for [[Marauroa Tutorial/Next Steps|further steps to improve]].

[[Category:Marauroa]]
{{#breadcrumbs: [[Marauroa]] | [[Navigation for Marauroa Users|Using]] | [[Marauroa Tutorial|Tutorial]] | [[Marauroa Tutorial/Swing Client|Swing Client]]}}