This class provides basic services which all applications may find useful.
The services include location or creation of the home directory,
installation of additional look and feels, and a mutable map of application
attributes.
author: Anthony Eden
Constructor Summary
public
Application(String appName) Construct an application with the given name.
Get a instance of an Application object for the named application. If
the application does not exist then one will be created.
The Application instance
getVFSHomeDirectory
public synchronized FileObject getVFSHomeDirectory() throws FileSystemException(Code)
Get the current user's virtual home directory. If the virtual
directory does not exist then it will be created.
The virtual home directory throws: FileSystemException -