aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Data getting Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Data getting" Watch "Data getting" New topic
Author

Data getting

sandhiya sindhi
Ranch Hand

Joined: Sep 25, 2003
Posts: 50
Dear Programmers,
i have made one textfield and two text areas by using tabbedPane. TextField and one textArea is on first tabbedPane and other textArea is on second TabbedPane.
i have made two tables.
i want that when user write a value in textField,
1) get Data and put on first TabbedPane's textArea(i did it);
2)if second table contain data equals to user written text than how can i get it and write it on second textArea of second TabbedPane.
I hope you help me with complete systex.
Thanx in advance
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Moving this to the SWING/AWT forum. Although you are speaking about "Data" it has nothing to do with Database data. At least not from what I gathered of your question.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Data getting
 
Similar Threads
advice need - howto make this effect ?
Setting a TextArea to show contents of file.
focus in textarea
Focus: cant find the relevant method
showing one form if the other form is submitted