com.lowagie.tools
public class Toolbox extends JFrame implements ToolMenuItems, ActionListener
| Nested Class Summary | |
|---|---|
| class | Toolbox.Console
A Class that redirects output to System.out and System.err. |
| Field Summary | |
|---|---|
| JScrollPane | console The ConsolePane of the toolbox. |
| JDesktopPane | desktop The DesktopPane of the toolbox. |
| int | locationX x-coordinate of the location of a new internal frame. |
| int | locationY y-coordinate of the location of a new internal frame. |
| static long | serialVersionUID |
| Properties | toolmap The list of tools in the toolbox. |
| Constructor Summary | |
|---|---|
| Toolbox()
Constructs the Toolbox object. | |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent evt) |
| static void | centerFrame(JFrame f) |
| AbstractTool | createFrame(String name)
Creates an Internal Frame.
|
| JMenuBar | getMenubar()
Gets the menubar.
|
| static void | main(String[] args)
Starts the Toolbox utility.
|
See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
Parameters: name the name of the app
Throws: ClassNotFoundException IllegalAccessException InstantiationException PropertyVetoException
Returns: a menubar
Parameters: args no arguments needed