9 AM – Intro To Java
9 AM – Intro To Java
Homework: After login is successful, present this menu to user Login successful 1. Inbox 2. Create a new email Please enter your selection: 2 CREATE NEW EMAIL To: bill@gmail.com Subject: Bill youRead More...
Homework: After login is successful, present this menu to user Login successful 1. Inbox 2. Create a new email Please enter your selection: 2 CREATE NEW EMAIL To: bill@gmail.com Subject: Bill youRead More...
We added a feature to save Accounts to file. Homework: Complete last week homework. When creating a new email, from the "To" email, you have to find existing account that match withRead More...
We created Saturn Lightning Arrow. Homework: Create Jupiter Fireball Axe. Follow all the steps that we have done with Saturn Fireball Axe. Make sure you copy saturn_fireball_axe.png into jupiter_fireball_axe.png and modify theRead More...
We created Jupiter Lightning Sword. We created Recipes to create Saturn Sword and Saturn Lightning Axe. Homework: Create recipes to create Saturn Fireball Axe: use combination of minecraft:blaze_rod and minecraft:wooden_sword Saturn LightningRead More...
We added a feature where we store messages to messages.json after user created an email. Homework: Inside run() in the very beginning of the method, call "readMessagesFromFile();" . This way all messagesRead More...
We added Saturn item. We started working on Saturn Ore, but not complete. Homework: Change all of your existing recipes to use saturn as one of the ingredient. If you did notRead More...
We completed Email program in Java. We reviewed the use of open-source Jackson JSON library. Homework: Review Email program that we have done and come up with questions. Make sure you guysRead More...