documentURLTextField = new JTextField();
//The simpleBean needs to be initialized to add it to the applet
simpleBean = new SimpleBean();
//Setup the connection to a local Office process
simpleBean.setOfficeConnection(new LocalOfficeConnection());
//Set up the Popup Menu to create a blank document
documentTypePopUp.setToolTipText("Create an empty document");