All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jgcomptech.tools.dialogs.MessageBoxDefaultButton Maven / Gradle / Ivy

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy