Uses of Class
ca.corbett.extras.about.AboutInfo
Packages that use AboutInfo
Package
Description
Contains classes and utilities for showing "About" information
in your application (author, date published, release notes, project url, license and so on).
-
Uses of AboutInfo in ca.corbett.extras
Fields in ca.corbett.extras declared as AboutInfo -
Uses of AboutInfo in ca.corbett.extras.about
Constructors in ca.corbett.extras.about with parameters of type AboutInfoModifierConstructorDescriptionAboutDialog(Frame parent, AboutInfo info) Creates a new AboutDialog instance with the given parent window and application info,AboutPanel(AboutInfo info) AboutPanel(AboutInfo info, Alignment alignment, int leftMargin) Creates a new AboutPanel with the given AboutInfo object.