<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / emweb / tag / java</title>
<link>http://netvouz.com/emweb/tag/java?feed=rss&amp;pg=3</link>
<description>emweb&#39;s bookmarks tagged &quot;java&quot; on Netvouz</description>
<item><title>Java Tutorial 1 - Objects and Code Structure</title>
<link>http://home.cogeco.ca/~ve3ll/jatutor1.htm?</link>
<description>* Tutorials - Table of Contents     * Tutorial 1 - Objects, Applications &amp; Applets     * Tutorial 2 - Syntax and Grammar     * Tutorial 3 - Control Flow     * Tutorial 4 - Encapsulation     * Tutorial 5 - Inheritance and Polymorphism     * Tutorial 6 - Java Class Libraries     * Tutorial 7 - String Manipulation     * Tutorial 8 - File IO 	     * Tutorial 9 - GUI Swing Widgets     * Tutorial 10 - Intermediate Swing     * Tutorial 11 - Advanced Swing     * Tutorial 12 - Designing Swing GUIs     * Tutorial 13 - Exceptions &amp; Threads     * Tutorial 14 - Collections &amp; Serialization     * Tutorial 15 - Graphics and Imaging     * Tutorial 16 - Case Studies     * Tutorial 17 - Debugging &amp; Distributing     * Appendices</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 08 Mar 2007 15:31:10 GMT</pubDate>
</item><item><title>Java Tutorial 15 - Graphics and Imaging</title>
<link>http://home.cogeco.ca/~ve3ll/jatutorf.htm</link>
<description>Graphics brings life to applications. Java allows creation and modification of images using both awt and the newer JFC 2D architecture. Artists tend to think in terms of canvas as the foundation for their images and graphics. Swing JPanel and awt Canvas class objects can be used as the basic canvas. Java applets or applications tie these canvases to their window frames. All output to the canvas takes place through a graphics context encapsulated by the Graphics class. This tutorial introduces some fundamental concepts of graphics and imaging.</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 22 Feb 2007 10:01:47 GMT</pubDate>
</item><item><title>Java Tutorial: Applets</title>
<link>http://www.cs.clemson.edu/~cs428/resources/java/tutorial/JTApp.html</link>
<description>In this section of the tutorial, we are going to create a basic applet for a web browser. First of all, a class must be defined that inherits from the class java.applet.Applet. The Applet class is the standard class inherited for writing applets. It contains the methods to paint to the screen and create the window. The inherited class must be declared public. In this example, we will create an applet that says &quot;Hi, Mom!&quot;. Before you start, take a look at what you will be building by executing a finished applet. To return to this section after viewing the applet, use the Back option on your browser. You can see the &quot;Hi Mom!&quot; applet execute by clicking here on hi.applet. The Applet ProgramRAM To create the &quot;Hi, Mom&quot; applet, create (e.g., with a text editor) a</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Wed, 21 Feb 2007 15:53:24 GMT</pubDate>
</item><item><title>Java Tutorial: Don&#39;t Fear the Oop!</title>
<link>http://sepwww.stanford.edu/sep/jon/family/jos/oop/oop6.htm#damsel</link>
<description>Meet Eunice. Eunice writes Westerns. Her books about life in the American Wild West have become so popular that everybody rushes to buy them. Her readers are never disappointed, because Eunice&#39;s books are very consistent. How does she manage this? Well, before Eunice writes anything, she sits down at her desk, sweeps aside the clutter, and places a single piece of paper down on her desk. It is on this one page that she writes her whole story. How can Eunice get the whole story onto one page? Simple. Everything she writes on the page is just a sequence of events, or plot. Setting, character development, and how her characters interact is all taken care of elsewhere. How does she do that? Let&#39;s find out. You see, Eunice, more than anything else, is orderly an</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Wed, 21 Feb 2007 15:56:31 GMT</pubDate>
</item><item><title>JavaForge: CodeBeamer</title>
<link>http://javaforge.com/search.do?method=GO&amp;filter=crop&amp;method=GO</link>
<description>Scalable Project Hosting &lt;&lt;code search&gt;&gt;</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Fri, 02 Mar 2007 08:09:54 GMT</pubDate>
</item><item><title>JIU – The Java Imaging Utilities – An image processing library</title>
<link>http://schmidt.devlib.org/jiu/index.html</link>
<description>JIU, the Java Imaging Utilities, is a library which offers functionality to load, analyze, process and save pixel images. It is written in Java and comes with full source code under the GNU General Public License (GPL) version 2. JIU requires Java version 1.1 or higher.</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Mon, 19 Feb 2007 15:53:18 GMT</pubDate>
</item><item><title>jMusic Tutorial Index</title>
<link>http://jmusic.ci.qut.edu.au/jmtutorial/t1.html</link>
<description>These tutorials will guide you through some of the compositional possibilities of jMusic and, along the way, provide an insight into the Java language, computer music composition, and digital audio. There are individual tutorials and tours. The individual tutorials are generally arranged from simple to complex. If you are new to jMusic then we suggest you take a tour. Guided tours are pathways through the tutorials selected by experienced jMusic users.</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 31 May 2007 08:23:12 GMT</pubDate>
</item><item><title>jMusic Tutorial Index</title>
<link>http://jmusic.ci.qut.edu.au/jmtutorial/t1.html#fancy</link>
<description>Extended Drum Kit 	 16. 	 Java Window Frames 	 31. 	 Simple MIDI Analysis 2. 	 Static Drum Kit 	 17. 	 Simple GUI_1 	 32. 	 Read and reuse MIDI files 3. 	 Object Drum Kit 	 18. 	 Simple GUI 2 	 33. 	 Phrase Analysis App. 4. 	 Build a Library of Methods 	 19. 	 Simple GUI 3 	 34. 	 Histograms 5. 	 Jazz Combo 	 20. 	 Simple GUI 4 	 35. 	 Phrase Chord Analysis 6. 	 Abstract Drums 	 21. 	 Simple GUI 5 - Swing 	 36. 	 7. 	 Trio 	 22. 	 GUI with file dialog 	 37. 	 8. 	 Working with jm files 	 23. 	 GUI &amp; ShowScore 	 38. 	 9. 	 Pieces of Wood - Reich 	 24. 	 jMusical Applets 	 39. 	 10. 	 MIDI Remixer 	 25. 	 jm-808 	 40. 	 11. 	 	 26. 	 Menus and Key commands 	 41. 	 12. 	 	 27. 	 jm-550 no GUI 	 42. 	 13. 	 	 28. 	 jm-550 awt 	 43. 	 14. 	 	 29. 	 jm-550 awt 2</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 31 May 2007 08:27:05 GMT</pubDate>
</item><item><title>JXXX Compiler Service</title>
<link>http://www.innovation.ch/java/java_compile.html</link>
<description>This is a remote compiling service for those who would either like to develop applications and/or applets but aren&#39;t fortunate enough to have access to one of the platforms to which the JDK has been ported, or who just don&#39;t want to go through the hassle of installing the complete JDK. In addition to compiling you can view any compiled applets directly without having to download them to your site first; this should speed up debugging applets a bit. If you are using this service for the first time or are experiencing problems then please read the instructions.</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Fri, 04 May 2007 15:05:04 GMT</pubDate>
</item><item><title>KickJava.com - Java API By Example, From Geeks To Geeks.</title>
<link>http://kickjava.com/</link>
<description>A to Z: JavaDoc &amp; Examples   Daily Java News &amp; Articles   Open Source Projects   Open Source Codes   Free Java Books java.* applet (6) 	awt (94) 	beans (12) 	io (110) lang (275) 	math (15) 	net (44) 	nio (34) rmi (2) 	security (20) 	sql (81) 	text (37) util (292) 			 javax.* accessibility (1) 	activation (2) 	activity 	ce crypto (10) 	ejb (13) 	enterprise 	imageio (7) jms (16) 	mail (26) 	management (1) 	microedition (16) naming (9) 	net (10) 	pim (2) 	power (1) print (15) 	resource (6) 	rmi (1) 	security (21) servlet (53) 	sound (2) 	sql (7) 	swing (165) telephony (7) 	transaction (3) 	tv 	xml (76) javacard.* framework (9) 	security (2) 		 javacardx.* crypto 			 org.* ietf (1) 	omg (11) 	w3c (92) 	xml (27)</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 01 Mar 2007 12:14:58 GMT</pubDate>
</item></channel></rss>