Hi all,
Can anyone tell me, how to use ListSelectionLi stener in jtable to get row values and store it an database?
User Profile
Collapse
-
How to use ListSelectionListener in Jtable?
-
Thank you horace1.. your idea is working. now i can implement this into my code... -
Hi, This is the real code, database name is kics , table name is dateframe and fields are date, style, description, fabricgsm, agegroup, size, measurementsuni ts..
Here i want to validate componentTextFi eld, TFstyle, TFdescription, TFfabricGSM, TFagegroup, TFsize, TFmeasurements; if these fields are null or left blank and click the save button, i must get the message box as "XYZ(date,style ....) field should be entered". ...Leave a comment:
-
How to do validation using java swing?
hi,
i have created 7 textfields and a save button. i want to validate each textfield. the scenario is if any textfield is null or left blank i should get the message box "xyz field should entered" when the save button is clicked.
example,
Code:"class save extends JPanel { public save() { JButton save = new JButton("Save"); add(save);
Last edited by Niheel; Jan 24 '11, 03:00 PM. -
VigneshKarthick started a topic How to retrieve the information from database and publish into excel sheet/spread?in JavaHow to retrieve the information from database and publish into excel sheet/spread?
Hi, i'm new to bytes. can anyone help me to find the solution for retrieving informations from database and publish into excel sheet/spread sheet? i have done the designing part in java swing. i have stored the data into mySQL database. now i want to retrieve the stored one and execute in excel sheet/spreadsheet. Is there any code or API or JAR file is available?
No activity results to display
Show More
Leave a comment: