org.jfree.ui.about
public class SystemPropertiesFrame extends JFrame implements ActionListener
| Constructor Summary | |
|---|---|
| SystemPropertiesFrame(boolean menu)
Constructs a standard frame that displays system properties.
| |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e)
Handles action events generated by the user.
|
If a menu is requested, it provides a menu item that allows the user to copy the contents of the table to the clipboard in tab-delimited format.
Parameters: menu flag indicating whether or not the frame should display a menu to allow the user to copy properties to the clipboard.
Parameters: e the event.