Open smalers opened 5 years ago
Need to evaluate using JFrame.setLocationRelativeTo() rather than JGUIUtil.center(), to simplify logic. Then the parent JFrame does not need to be passed around in UI code.
JFrame.setLocationRelativeTo()
JGUIUtil.center()
Need to evaluate using
JFrame.setLocationRelativeTo()
rather thanJGUIUtil.center()
, to simplify logic. Then the parent JFrame does not need to be passed around in UI code.