replace character dialog

This commit is contained in:
honfika@gmail.com
2015-05-01 17:13:33 +02:00
parent 6df9ea4e76
commit 0750a000c6
12 changed files with 282 additions and 56 deletions

View File

@@ -28,6 +28,12 @@ import javax.swing.JRootPane;
*/
public abstract class AppDialog extends JDialog {
public static final int ERROR_OPTION = -1;
public static final int OK_OPTION = 0;
public static final int CANCEL_OPTION = 1;
private ResourceBundle resourceBundle = ResourceBundle.getBundle(AppStrings.getResourcePath(getClass()));
public AppDialog() {