PDA

View Full Version : Java Application Newbie



lewbram
May 23rd, 2009, 01:46 PM
hey , am fairly new to java programming and I am working on a java database application. I have followed a tutorial to link the database (using netbeans. My problem is I have a form to search the database but when the data is found I want the details to appear in a new form in the format of a label, so it can not be changed or modified.

If anybody has got any ideas or useful links I would be most grateful. Thank you.

bubuzzz
May 23rd, 2009, 01:54 PM
Then, put a label on your form and bind it to your database

moneysavingsexpert
May 23rd, 2009, 05:25 PM
yep.. sounds like you just missed off the event handler and the binding..