Is it possible to disable a JSpinner down arrow button? How?

You can use a SpinnerModel. E.g. The following line limits the values between 0 and MAX_VALUE (i.e.

Values are bounded by zero from below). Arguments are: value, min, max, step_size.

You can use a SpinnerModel. E.g. The following line limits the values between 0 and MAX_VALUE (i.e.

Values are bounded by zero from below). Arguments are: value, min, max, step_size. JSpinner jSpinner = new JSpinner(new SpinnerNumberModel(0, 0, Integer.

MAX_VALUE, 1)); Note: the button is not disabled actually, but does not decrease the value.

Enough, thanks, however would be nice to know how to disable – spuas Jan 31 at 22:12 By the way... the button is "quite disbled" since it cannot be pressed and its overlay functionality is disabled – spuas Feb 1 at 23:17.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions