Tenant application - add, find, print a letter!
432 viewsSome people pm-ed me on the forums why i wasn’t working on my current projects (Oh man, its X-mas for crying out loud;);) )
Anyway, the reason why I was’t at the forums was because I was busy coding a “Tenant” application for someone,
although the assignment was a bit unclear to me I coded it from the information i got from him.
I know it doesn’t look pretty but i’ve coded this in a day so not a lot of eye candy
Download: http://www.engineeringserver.com/Software/tenant.rar (password protected)
Rar file contains:
AddTenant.java - add tenant or show details of exists.
ExistingTenant.java - show requested tentant.
FindTenant.java - find a tenant or add a new if exists.
Main.java - start application.
rentProperty.java - due to unknown requirements this is partially uncoded except for the GUI.
ShowExistingTenant.java - dummy Gui for testing purposes.
I just noticed while writing this that that rentProperty does not start with a capital R, and does not follow the java naming convention but i’m too lazy to change this so if you are using this you can change the rentProperty into RentProperty and change the other classes that uses this class.
Anyway, those that need me on my forums, i’m back to answer your (programming) questions!
HappyFace
www.engineeringserver.com

(2 votes, average: 4 out of 5)











April 15th, 2008 at 8:52 pm
[...] Here’s a method i wrote to find an item in a MySQL database and to show the found item. I wrote this class for someone so the text might be confusing =) details of this application + screenshot can be found here: http://www.engineeringserver.com/blog/2007/12/28/tenant-application/ [...]