Tags: tutorial

Adding Style and Color to Blackberry Labels

February 16th, 2010
The Blackberry API provides the RichTextField class to allow for different styles, and the ActiveRichTextField to add color. When I first tried using them I found them not very easy to figure out. After playing around for a while, and finding a few examples I was able to figure it out. To help others get started I have put together this little tutorial/example. more »

Calling Javascript from a Java Applet

December 8th, 2009
While creating the UTM Coordinate Converter applet, I was looking for examples on how to get a Java Applet, to call a Javascript function in the html. I found various bits of information and some examples (that didn't always work), and so decided I would… more »