Inherits javax::swing::JDialog, and java::awt::event::ActionListener.
Classes | |
| class | EscapeAction |
| Handle pressing escape. More... | |
Public Member Functions | |
| InfoDialog (Frame owner, boolean modal) | |
| Constructor. | |
| void | actionPerformed (ActionEvent event) |
| Handle OK button press. | |
| void | initPDM (HighLevelPDM pdm, PARFile par) |
| Updates the displayed data for a new experiment, should only be called from a swing worker thread. | |
| void | showDialog () |
| Show it in a sane way. | |
Package Functions | |
| JPanel | getScrollablePanel (JTextArea txt) |
| void | initGUI () |
| Sets up da GUI. | |
| void | hideThisDialog () |
| Get rid of dialog on screen. | |
Package Attributes | |
| Frame | owner |
| JButton | okButton |
| JTabbedPane | panes |
| JPanel | runInfoPanel |
| JPanel | envPanel |
| JPanel | hostnamesPanel |
| JPanel | compargsPanel |
| JPanel | identPanel |
| ExperimentInfoTable | infoTable |
| JTextArea | envText |
| JTextArea | hostsText |
| JTextArea | compargsText |
| JTextArea | buildText |
| JTextArea | identText |
1.5.8