/usr/share/ant/lib,
and generaly under $ANT_HOME/lib.
The software engineering 1 exam project has been engineered to make testing by trying almost impossible. A business application that use a random generator at its core is hardly testable by hand.
Installation: put the slotmachinegui.jar and
icons.jar files
in the java lib directory, under Linux©
typically /usr/share/java.
For those that are curious how the gui is implemented, the source and all resources in a zip file.
If you want to complete your Netbeans SlotMachine library, you might want to add the slotmachinegui-api.zip too.
/usr/share/java.
/usr/share/java. see the slotmachine gui link above) and maybe update the
netbeans project for the missing library. The lib is
called slotmachinegui.jarIf you want to take yourselves seriously, take our advice and develop your solution test driven, that is, write the test first, so that it fails and then write the implementation. The implementation will become much clearer then. And also note that in the real test we only grant points if the tests are present. You get only bonusses for a working implementation (which in fact test your tests).