JVM Languages
javan810.txt
Associated article: Java and the Nokia N810 Internet Tablet
Tags: Open Source JVM Languages
Published source code accompanying the article by Eric J. Bruno in which he examines the Nokia N810, Linux-based Internet tablet with wireless connection options.
Java and the Nokia N810 Internet Tablet
by Eric J. Bruno
Listing One
import org.eclipse.swt.widgets.*;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.RowLayout;
public class SWTTest {
public static void main(String[] args) {
Display display = ...


