Porting Visual Basic Applications to Java:A View from the Front Lines

Porting Visual Basic Applications to Java:
A View from the Front Lines
by Bill Pierce and Adam Levin-Delson

Listing 1. Providing global variables in VB and Java.

VB:
Public MyGlobal As Long

Java:
public class Globals {
   public static long myGlobal;
}

About the Author

Bill Pierce is a software engineer in Seattle, WA.
Adam Levin-Delson is a senior software engineer, GUI developer, and Web site designer in Seattle, WA. He can be contacted at adamld@ pop.nwnexus.com.