blah blah blah is here! blah blah » Close

1
votes
0 answers

Can I make a normal java SE file into an Applet?

Sorry. New to Java. Theo

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