mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 15:21:54 +00:00
replace character dialog
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user