no message
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package Common_old.UI.Menus;
|
||||
import Common_old.Constants;
|
||||
import Common.CommonConstants;
|
||||
import Common_old.Utils.Utils;
|
||||
|
||||
import javax.swing.*;
|
||||
public class TableMenu extends StyledPopupMenu {
|
||||
int row = Constants.Nan;
|
||||
int column = Constants.Nan;
|
||||
int row = CommonConstants.Nan;
|
||||
int column = CommonConstants.Nan;
|
||||
Object target = null;
|
||||
//-
|
||||
JTable owner = null;
|
||||
|
||||
Reference in New Issue
Block a user