Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 JSpinner 来显示年份。目前,JSpinner 使用分隔符显示大于 1000 的值。1990 达到 1.990。
我正在尝试为 JSpinner 设置自定义 NumberEditor:
spBirthdayYear.setEditor(new JSpinner.NumberEditor(spBirthdayYear, "####"));
这行不通。错误在哪里?
您可以更改SpinnerModel为JSpinner,您可以设置各种格式