Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how to dispaly the value in the textfield in the frame by getting the value from the other fram

  Asked By: Magenta    Date: Sep 15    Category: Java    Views: 756
  

how to dispaly the value in the textfield in the frame by getting the value
from the other frame using java netbean

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Mona Wagner     Answered On: Sep 15

I guessing, you want to get the value of the textfield  which in previous form or
frame,
there should be the function to get that field value.
Suppose if you want to get the value of the field named userName, then there
might be the function like: get_userName();

 




Tagged: