рефакторинг
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package Common.UI.Menus;
|
||||
import Common.Constants.Constants;
|
||||
import Common.Utils.Utils;
|
||||
|
||||
import javax.swing.*;
|
||||
public class TableMenu extends StyledPopupMenu {
|
||||
int row = Utils.Nan;
|
||||
int column = Utils.Nan;
|
||||
int row = Constants.Nan;
|
||||
int column = Constants.Nan;
|
||||
Object target = null;
|
||||
//-
|
||||
JTable owner = null;
|
||||
|
||||
Reference in New Issue
Block a user