java - Increase the size of the arrows on the JSpinner -


how increase size of arrows on jspinner.

for vertical increase: increase jspinner's height. horizontal increase: use special layout manager takes width of arrows , sets bounds according it. jspinner has 3 components inside: first 2 , down arrows, third 1 text field.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -