JVM Languages
pjia1.txt
Associated article: PersonalJava & Information Appliances, Part I
Tags: .NET JVM Languages
Published source code accompanying the article by Jaison Dolvane and Kumanan Yogaratnam in which they discuss PersonalJava, the Java Application Environment designed specifically for low-resource environments and diverse visual displays. Our authors share some of the lessons they learned when developing Kalos Espresso, a lightweight Java UI toolkit optimized for PersonalJava environments.
Personal Java & Information Appliances, Part I
by Jaison Dolvane and Kumanan Yogaratnam
Listing One
public class SimpleIconItem extends TextItem {
private Image m_img;
private int m_gap;
/** Construct an ImageItem.
* @param imgb An image bundle.
* @param name A name ...


