com.jgcomptech.tools.dialogs.MessageBoxDefaultButton Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-ultimate-tools Show documentation
Show all versions of java-ultimate-tools Show documentation
A large repository of scripts for use in any Java program.
package com.jgcomptech.tools.dialogs;
/**
* Used to specify which button is selected by default on a message box.
* @since 1.3.0
*/
public enum MessageBoxDefaultButton {
Button1,
Button2,
Button3
}