org.springframework.richclient.application.support
Class AboutBox
java.lang.Object
org.springframework.richclient.application.support.AboutBox
public class AboutBox
- extends Object
An implementation of an about box in a dialog. The dialog contents contain
a simple, fixed area at the top showing the information from the
ApplicationDescriptor configured in the context. Below that is a scrolling
(animated) panel that displays the contents of a specified file.
- Author:
- Keith Donald, Oliver Hutchison
- See Also:
setAboutTextPath(Resource)
,
ApplicationDescriptor
,
HtmlPane
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AboutBox
public AboutBox()
setAboutTextPath
public void setAboutTextPath(Resource path)
- Parameters:
path
-
getAboutTextPath
public Resource getAboutTextPath()
- Returns:
- the aboutTextPath
display
public void display(Window parent)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.