blah blah blah is here! blah blah » Close

0
votes
0 answers

New to Java - HELP!

public void chaptercheck() { if(spinone.get(value) <= 0 || spintwo.get(value) <= 0){ spinone.value = 1; } if (spinone.value > spintwo.value) } I have two spinners named spinone ...

1
votes
0 answers

Java Spinner - EASY

I have named a spinner "spinone" in a gui. I am trying to get the value of the spinner: What am I doing wrong? if(spinone.value > 0){ } Thanks, Derek

Feedback