I am writing a program to display a mysql database. I have added a search button. I would like to have someone look at the program,click search (it will display the contents of the database) then if possible break down the logical steps to take to
1click search
2capture the text and infuse it into mysql query
3step 2 is dependent on the combo box selection
4create a list to populate it with resultset
5display this list
Now I could probably do all this this actionListeners and actionperformed but I am trying to grasp the @Action concept along with BeanInfo class. So A complete breakdown of code is asking to much. I would like to get a general approach in order to lean how to get components to put data into libraryies(I don't understand how to use libraries yet) and then use this metadata to use action commands and actionperformed etc (of which I understand the basics)
I shoud have uploaded target.zip
Any feedback would be appreciated.
Thanks
ceyesuma