OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

Evaluate JFrame.setLocationRelativeTo for centering windows #48

Open smalers opened 5 years ago

smalers commented 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.