To create a spinner, you generally create its model and then pass the model into the JSpinner constructor. For example: String[] monthStrings = getMonthStrings ...
確定! 回上一頁