Mid Semester & Profile Program
It is about the middle of this semester and I am doing wells so far in my classes. Java is becoming fun to the point where I can actually create something that has a good use. In theory I can create a simple Notepad program, Calculator, and other things like that. I have made some “drawings” of a program I would like to create, and I have already started working on it. The program is going to be a “profiler” program for personal use. To create and edit profiles of people I know, making my own profile of each person I know and the info I know about them. Doesn’t sound all that great but it is something I wanted to create and shouldn’t be too hard. There are other features I want to add later, but first I want just a working program.
What I have working so far is that it saves the info typed into a .dat file. You can open the .dat file and the text fields retain the saved data. The next thing I will add is the ability to view the first and last name of each saved profile in a drop down ComboBox. This way you will have easy access to each profile to edit. Other small details will be added to improve the look and user friendliness of the program.


