I am doing a Computer Science 2 Java assignment, the code is all written but
the issue I am having is doing the pseudocode or algorithm if you prefer. In
particular in seeting up the GUI. Does anyone have any tips or know of any
sites where I could get a hand. I do have a book but it doesn't seem to
cover GUI.
Thanks
Garrick
What are the course requirements? What are you required to provide in the
assignment? In other words, you say your book doesn't cover it -- cover
what?
--
Paul Lutus
www.arachnoid.com
We are supposed to write pseudocode based on the assignment, which is OK I
can do that. What I am not sure of is when I first start my coding and I
setup my GUI elements, what algorithms or pseudocode do I write to
prepresent GUI elements. I can do validations, vectors, arrays, IF ELSE
statements but no GUI elements. I am not sure if I need to or not.
Thanks Garrick