Java & Script
Home Up Web Tools Net Search - Search the Net Traffic Watchers Java & Script The Year 2000 the Web - TOC

 

Back Home Next

Up

ourmission
theweb.gif (1103 bytes)
booksandbibles16
thenewsroom
governmentrm.gif (1147 bytes)
searchpage
tutorials
webtools
websecurity

What is the Web?

Privacy & Disclaimer
copyrights
notices
HOME

Visitors Since
Aug - 2004

Hit Counter

 

Java & Script

This is a java applet and your browser does not support Java or the Java VM has not been enabled.

These Java Applets are under development. They are being produced with Microsoft J++, and the default builds do not work with Netscape Navigator. This problem will be corrected in the future.
bulletTips & Tricks
bulletThe Java FAQ at Sun Micro Systems
bullet

Sun Micro System's

bulletIntroduction to Java Programming: Java Programmer's Guide
bulletAPI Users Guide: API User's Guide
bullet

Symantec's

bulletJava Homepage
bulletVisual Cafe'

 

The code for this applet is very basic, and shows what little code is required to start building applets. This is the code for the classis "Hello World!" applet:

import java.awt.Graphics;
class Hellol extends java.applet.Applet
{
public void paint( Graphics g)
{
	g.drawString( "Hello World!!!", 50, 25);
	g.drawString( "This is a sample applet using MS J++!", 10, 75);
}
}

Back
Home
Up
Next

Tips & Tricks

Things that trip people up most often with Java:
Java is strictly case sensitive in its class names, and therefore the source (.java) and object (.class) file names must
have the correct case.
Java searches for classes using the CLASSPATH environment variable (similar to the PATH variable in Windows). Class names like java.lang.Integer translate to a hierarchical directory path (e.g., ...\java\lang\Integer.class).

Back Home Up Next

eMail

Disclaimer: We do not hold any responsibility or creative control over the contents of the web  sites and documents referenced by our links. They solely express the opinions of their respective authors and not Ugenie PCS. Items and information are provided as links because they appear to have relevant content to topics presented on our web site(s).  Ugenie PCS does not continually verify the truthfulness or locations of their contents.  Ugenie PCS does not endorse, recommend, or guarantee any particular software.
Software and other items on these pages are provided as a service only and maybe copyrighted by their respective owners. Requests for additions to, or removal from, this or other pages should be sent to Content Management@CezWright.com.
Additionally
 

 

Last Modified: 2004-03-04 08:53 AM -0500