The JavaTM Tutorial
Previous Page Trail Contents Next Page Start of Tutorial Search
Feedback Form

Trail: Bonus


Your feedback is important to us: Please send your comments and suggestions to us using the feedback page.

This trail is home to coverage of new APIs added to the latest release of the JavaTM 2 platform, version 1.4. Programmers writing games or other graphic-intensive applications should read our first lesson, "Full-Screen Exclusive Mode API." Programmers who want to learn how to search, edit, or manipulate text or data with regular expressions should read the "Regular Expressions" lesson. This new regex package uses Perl-like syntax, but no prior experience with regular expressions is assumed.

Full-Screen Exclusive Mode API teaches you about a powerful feature of J2SETM version 1.4 that allows the programmer to suspend the windowing system so that drawing can be done directly to the screen.

Regular Expressions explains how to use the java.util.regex API for pattern matching with regular expressions.


Previous Page Trail Contents Next Page Start of Tutorial Search
Feedback Form

Copyright 1995-2002 Sun Microsystems, Inc. All rights reserved.