The next section will be the GUI(Graphical User Interface)
which will allow the user to use the program with much more ease than a command
line based program would be. I will have one main section of the GUI which will
display a listing of all the labels that have been entered into the program. On
the top will be a bar with buttons to create a new entry, edit an entry, delete
an entry, and any additional functions that will be needed for a user to use
the program.
The next two sections will work together; they are parts of
the code that will store any new information provided by the user and then also
encrypt it to make the information more secure. The part of the code that
stores the information provided by the user will not be individually visible to
the user but will work together with the GUI in order to make information
stored by the user available not only right after the user hits the “save”
button but also every time that the user opens the program up. The second part,
the code that will encrypt any information provided by the user, will not be
visible to the user but will play an important role in keepings the user’s
information safe.
In some of my coming posts I will be discussing the makeup of
each of these parts for when I create them for my program.
This is an informative post. I wonder, could you grab a screenshot of a similarly-styled page and add it as a visual supplement (even marking it up to highlight what goes where in the case of visual tools and buttons vs. code).
ReplyDeleteIn a new post, can you explain what it's like to create code?