Discussion Forums HTML, XML, JavaScript... |
 |
Software Reviews Editors,Others... |
 |
Top100 JavaScript Tutorials, ... |
 |
Tutorials ASP, CSS, Databases... |
Discussion List FAQ, Roundup, Configure ... |
 |
Authoring HTML, JavaScript, CSS... |
 |
Design Layout, Navigation,... |
 |
Graphics Tools, Colors, Images...
|
 |
Software Browsers, Editors, XML...
|
 |
Internet Domains, E-Commerce, ... |
 |
WDVL Resources Intermdiate, Tutorials,... |
 |
WDVL Discussion Lists, Top 100,... |
 |
| Technology Jobs |
 |
|
 |
Web Devs: Moonlight as a Game Developer and Win Cool Prizes by Accepting the RIA Run Challenge
Now, your mission--should you choose to accept: Take your shot at gaming stardom if you think you might have what it takes to build a cool RIA game and you could win an Xbox 360 or other fabulous prizes. Hurry! You only have until May 15, 2008 to enter.
»
Article: Leveraging Your Flash Development with Silverlight
You're not giving up Flash any time soon (and we don't blame you.) But if you could get your Flash application working in Silverlight, why wouldn't you? We show you the tools and techniques required to have your rockin' Flash application rolled for Silverlight. Learn more here.
»
Article: What Does it Take to Build the Best RIA?
With the proliferation of Rich Interactive Application (RIA) platform choices out there, you no longer have to take a one-size-fits-all approach to developing your next RIA application. Knowing the strengths (and weaknesses) of each platform can help you to decide the best RIA for your next application.
»
|
 |
|
|
|
|
|
Introducing Java (TM) - Your First Applet
The picture below is a screen shot of an applet that allows you to scroll through a list of names, select one name and press the button to send an email to the selected person. This applet conserves space on the HTML page and provides an interesting
graphical display.
Click here to run the applet
This article will introduce the Java(TM) programming language through the study of this useful applet. You will learn how a Java enabled browser controls the flow of work in an applet. You will learn how to build a simple
graphical user interface and how to handle user initiated events like pressing a button. You will learn how to read data into an applet and how to parse this data. You will see how easy it is to invoke the browsers email program from an applet. You will
be able to put the Contact applet on your Java powered web pages today.
This article assumes you have programming experience. Java is a good language to use to
learn programming. However, teaching you how to program is beyond the scope of this article.
You should consider selecting a Java textbook.
Applets
|
|