A JSpinner with min and max buttons
问题 I'm looking for a JSpinner-like component that would provide built-in buttons that would immediately set the spinner value to the minimum or the maximum of the jspinner model. Before implementing this myself, I thought that somebody might have done it before, though my google searches on the topic were not successful. Is there such a component out there, or should I code it myself ? Thanks for your help. 回答1: I can't think of any component that would do it out of the box. But basically, a