KongaDialog. The dialog uses a BorderLayout with the following components:
UiProvider is placed in the CENTER position, using an empty border with (10, 10, 10, 10) insets;KongaDialog button panel is placed in the SOUTH position, using an empty border with (10, 10, 20, 10) insets. When the dialog is displayed, the UiProvider is given focus through its requestFocus() method.
Subclasses need to provide an implementation for the method {@link #getButtonMode()}, which decides what standard buttons to display in the dialog. @author Torgil Zethson
| |