rero.dialogs.toolkit
public class ADialog extends JDialog implements ActionListener
| Field Summary | |
|---|---|
| protected JButton | cancel |
| protected JButton | ok |
| protected APanel | panel |
| protected Object | returnValue |
| protected Object | value |
| Constructor Summary | |
|---|---|
| ADialog(Component comp, String title, APanel _panel, Object _value) | |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent ev) |
| void | closeAndReturn() |
| Object | showDialog(Component comp) |