org.jfree.ui.about
Class LibraryPanel
JPanel
org.jfree.ui.about.LibraryPanel
A panel containing a table that lists the libraries used in a project.
Used in the AboutFrame class.
LibraryPanel
public LibraryPanel(List libraries)
Constructs a LibraryPanel.
libraries
- a list of libraries (represented by Library objects).
LibraryPanel
public LibraryPanel(ProjectInfo projectInfo)
Creates a new library panel for the specified project.
projectInfo
- the project information.
getTable
protected JTable getTable()
Returns the JTable
for the library.