I have a jtab that contains 3 items: a jtextfield that the user will enter a integer value(1-100),and press a jbutton which takes that value and thru a series of if tests generate a text response in a jtext area.
example:
Input = 1
Output = My Dog has fleas.
Input = 2
Output = My Cat climbs trees.