Purpose: JComboBox to list down ages that a user can select
I realize that I need an array of integers. What part of the Math functions in Java will allow me to easi
I suspect a JSpinner using a SpinnerNumberModel would be a better component for selecting an integer based age or Y.O.B. See How to Use Spinners in the tutorial for more info.