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. 我如何在 Netbeans 中设置它?
JSpinner
我通过选择模型然后方法调用尝试了微调器的属性,之后我不知道如何继续修改。
假设您使用 aSpinnerNumberModel作为模型,只需将最小值设置为 0。
SpinnerNumberModel
(如果不是,则需要提供更多详细信息。)