org.jfree.report.modules.gui.swing.preview.about

Class LibraryPanel

public class LibraryPanel extends JPanel

A panel containing a table that lists the libraries used in a project.

Used in the AboutFrame class.

Author: David Gilbert

Constructor Summary
LibraryPanel(List libraries)
Constructs a LibraryPanel.
LibraryPanel(ProjectInformation projectInfo)
Method Summary
protected JTablegetTable()

Constructor Detail

LibraryPanel

public LibraryPanel(List libraries)
Constructs a LibraryPanel.

Parameters: libraries a list of libraries (represented by Library objects).

LibraryPanel

public LibraryPanel(ProjectInformation projectInfo)

Method Detail

getTable

protected JTable getTable()