mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 12:50:46 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -30,6 +30,7 @@ import javax.swing.JPanel;
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class ViewMessages {
|
||||
|
||||
public static int showOptionDialog(final Component parentComponent, final Object message, final String title, final int optionType, final int messageType, final Icon icon, final Object[] options, final Object initialValue) {
|
||||
final int[] ret = new int[1];
|
||||
View.execInEventDispatch(() -> {
|
||||
|
||||
Reference in New Issue
Block a user