Results 1 to 4 of 4
Thread: jtable cell to string
- 04-30-2010, 08:31 AM #1
jtable cell to string
Basically what the title says.
I am running a Modification System,
Process:
Menu:
Select Modify:
"What would you like to search by to Modify:"
System Code
System Name
System Abbreviation
Brings up a jtable, with all data with similar names.Java Code:String SysName = JOptionPane.showInputDialog(null, "What is the System Name?", "Modify System Definition: System Name", JOptionPane.QUESTION_MESSAGE); String SQL = "SELECT * FROM `eossysdef` WHERE SysName LIKE '%"+SysName+"%';";
This is where I am at.
How do I either click a row and get it to send to a string or each cell to a string multiple smaller strings.
Because it will go to another Panel and fill in the TextBoxes to allow a person to modify and submit.:rolleyes: ~ Sno ~ :rolleyes:
'-~ B.S. Computer Science ~-'
- 04-30-2010, 09:54 AM #2
Don't multipost, one thread is enough.
Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x]
The Ubiquitous Newbie Tips
- 04-30-2010, 04:43 PM #3
I apologize for the double post, just was looking for an answer, or an idea. Can not seem to get one. Thanks for pointing me in the right direction.
:rolleyes: ~ Sno ~ :rolleyes:
'-~ B.S. Computer Science ~-'
- 04-30-2010, 07:53 PM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,604
- Blog Entries
- 7
- Rep Power
- 17
Similar Threads
-
JTable Cell Merg
By anilkumar_vist in forum AWT / SwingReplies: 8Last Post: 04-25-2011, 09:32 AM -
jtable cell to string
By Sno in forum New To JavaReplies: 3Last Post: 04-30-2010, 05:08 PM -
Setting jTable cell?
By greatmajestics in forum New To JavaReplies: 5Last Post: 04-22-2010, 05:33 PM -
jTable Cell editing
By mahaling_m in forum AWT / SwingReplies: 0Last Post: 06-23-2008, 08:17 AM -
Jframe In Jtable cell
By Clarion in forum AWT / SwingReplies: 4Last Post: 06-23-2008, 04:42 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks