mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 20:01:54 +00:00
format code
This commit is contained in:
@@ -26,7 +26,9 @@ import java.awt.event.ActionListener;
|
||||
public interface MenuBuilder {
|
||||
|
||||
public static final int PRIORITY_LOW = 1;
|
||||
|
||||
public static final int PRIORITY_MEDIUM = 2;
|
||||
|
||||
public static final int PRIORITY_TOP = 3;
|
||||
|
||||
/**
|
||||
@@ -133,5 +135,4 @@ public interface MenuBuilder {
|
||||
* @return True if supports
|
||||
*/
|
||||
public boolean supportsAppMenu();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user