Getting started with Java Applet
YY435
Pacific Network Academy
Forehead
Java languages are a widely used network programming language. Now it has applied more and more extensive, I believe that the vast number of people who are interested in learning Java know, but many introductions to learn Java's books start with the application of Java, in fact, otherwise, from javaapplets It is easy to master the Java language and is also more suitable for teaching on the network. Here, we will lead the reader to learn how to learn from one hand, to the initial master of JavaApplet, and finally transfer to Java application development. Of course, for everyone, you have to master a language with a week, which is of course impossible, but we will try our best to get a way to learn, a way to get started.
In this web page design, you will use an example to explain the syntax and design methods. In this way, it helps you a quick start.
1. Organizational structure of this page: This page is mainly divided into seven chapters, as a seven-day course, every day is a new content. Each chapter has a focus on the detailed explanation of the example, give you a clear idea.
Day 1: The first Java Applet example, that is, every program language has an example of Hello, introducing the basic knowledge of java applet, contacting Java, relationship with C, and needs to be used The process of developing tools and applet runs. and many more……
The next day: Introducing the basic data type, expression, process control, and program components of Java Applet, and some other basic concepts, etc ...
Day 3: The AWT components commonly used in the Java applet include: Buttons, radio, check boxes, labels, lists ..., and their event response control.
Day 4: The development of the interactive Java Applet program, the control of the mouse event, events generated by the keyboard, etc. ...
Day 5: Development and design of threads. Now the system supports multi-threaded, Java, of course, to keep up with the form ...
Day 6: Sound of the tuning process of the image, use the image as a background, the beautiful degree of the change program. Font properties set. ......
Day 7: The relationship between Java Applets and the database, and the process of calling the database with the Java Applet.