Dialog view with a row of buttons along the bottom. This doesn't
actually add any buttons, but it does prepare a panel to contain
them. The buttons are contained in sub-class of JToolBar as this is
the only way I can see to create a button from an Action.
Inner Class :protected class ButtonPanel extends JToolBar
public ButtonView(JFrame parent, boolean modal)(Code)
Construct a ButtonView with the specified frame as the parent.
Parameters: parent - parent frame. Parameters: modal - true for a modal dialog, false for non-modal.
Fields inherited from uk.co.whisperingwind.framework.DialogView