Hello fellow stack overflow users.
I have a problem that I have no idea how to face... I want to incorporate a login screen into one of my Netbeans projects that requires a user to either create a user name and password or login using a existing password and username. When the user logs into their personal account it must display which their personal high-scores. All the information has to be read and written to a already created text file in the project file.
Any suggestions to help improve the concept or where I can read up more on Text file databases would also be much appreciated.
Thanks from:
Noobie Coder
EDIT: This is part of an school I.T assignment, we had a choice to make a functioning login system using either a textfile or a MySQL database. It does not need to be a secure login system with layers of encryption or extra security measures.
What I am struggling with:
Honestly I just don't know how to begin. I don't have the faintest clue of I/O and have no clue how to incorporate it into my project.