[ADD] Questions UI, and Speech Synthesiser#39
[ADD] Questions UI, and Speech Synthesiser#39roccodev wants to merge 3 commits intothe-machine-project:masterfrom
Conversation
|
You should also download (or clone from GitHub) J.A.R.V.IS from here https://github.com/lkuza2/java-speech-api |
|
After a cursory glance at your code, I have a couple of thoughts:
|
|
Look more at the code. |
|
Okay, even if everything is lowercase, I still think that everything you wrote should not be in a separate shell. There should only be one shell for the machine. Try writing new commands for the current terminal that have the functionality of everything you currently have. I saw that for some of your commands, you accept keywords, regardless of order. The problem is that the terminal looks at the first string in the space separate array as a command and later dispatches everything. This might be why you created a separate shell, but as I said before, just try writing new commands for the machine. None of your current commands need a copy of the existing shell code as a separate source file (QUIShell.java) in order to function correctly. If everyone created their own pop-up windows for the commands they supported, then every command not written by me would open new windows. |
--IMPORTANT--
How to use Speech Synthesiser: