/** A simple class to test Java Web Start */ public class HelloWebStart { /** Tests the methods of the BankAccount class. @param args not used */ public static void main(String[] args) { System.out.println("Hello from Java Web Start"); } }