#BlueJ class context comment0.target=ShopperGUI comment0.text=\r\n\ This\ allows\ the\ user\ to\ buy\ things\ from\ a\ theortical\ Minecraft\ Shop.\r\n\ You\ will\ need\ reference\ to\ your\ Item.java\ and\ Shop.java.\r\n\ \r\n\ TASK\:\r\n\ Features\ it\ needs\:\r\n\ Adding\ things\ to\ the\ basket\r\n\ Undoing\ from\ the\ basket\r\n\ Finishing\ the\ order\ and\ printing\ out\ how\ many\ of\ each\ things\ are\ present.\r\n\ \r\n\ Extension\:\r\n\ You\ may\ extend\ it\ in\ the\ same\ way\ as\ the\ previous\ assignment\ if\ you\ wish.\ Hopefully\ the\ logic\ will\ be\ similar.\r\n\ \r\n\ Challenge\:\r\n\ There\ are\ no\ challenges\ for\ this\ one.\ You\ will\ have\ to\ wait\ for\ the\ internal\ assessment\!\r\n\r\n\ @author\ (your\ name)\r\n\ @version\ (a\ version\ number\ or\ a\ date)\r\n comment1.params=stage comment1.target=void\ start(javafx.stage.Stage) comment1.text=\r\n\ The\ start\ method\ is\ the\ main\ entry\ point\ for\ every\ JavaFX\ application.\ \r\n\ It\ is\ called\ after\ the\ init()\ method\ has\ returned\ and\ after\ \r\n\ the\ system\ is\ ready\ for\ the\ application\ to\ begin\ running.\r\n\r\n\ @param\ \ stage\ the\ primary\ stage\ for\ this\ application.\r\n comment2.params=event comment2.target=void\ buyDirt(javafx.event.ActionEvent) comment2.text=\r\n\ Add\ a\ dirt\ Item\ to\ the\ Basket\r\n comment3.params= comment3.target=void\ giveInfo() comment3.text=\r\n\ Prints\ out\ the\ information\ for\ the\ user\ after\ ALL\ the\ GUI\ stuff\ has\ been\ set\ up\ and\ placed.\r\n comment4.params=text comment4.target=void\ printText(java.lang.String) comment4.text=\r\n\ Mr\ Chuang\ is\ being\ very\ nice\ and\ setting\ up\ a\ function\ to\ help\ you\ print\ to\ the\ textArea.\r\n numComments=5