org.jfree.ui.about
public class LibraryPanel extends JPanel
Used in the AboutFrame class.
| Constructor Summary | |
|---|---|
| LibraryPanel(List libraries)
Constructs a LibraryPanel.
| |
| LibraryPanel(ProjectInfo projectInfo)
Creates a new library panel for the specified project.
| |
| Method Summary | |
|---|---|
| LibraryTableModel | getModel()
Returns the table model for the library.
|
| protected JTable | getTable()
Returns the JTable for the library.
|
Parameters: libraries a list of libraries (represented by Library objects).
Parameters: projectInfo the project information.
Returns: The table model.
JTable for the library.
Returns: The table.