Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

Please help me to find a solution.I want to pass one value from one frame form another one in Netbeans.(like storing value in session in J2EE).
Posted
Comments
Richard MacCutchan 12-Apr-13 11:11am    
Do you actually mean "in Java"? Netbeans is an integrated development environment, not a programming language. And, assuming that is what you mean, then it is just a matter of providing getters and setters in each class.
neethujayan 13-Apr-13 9:09am    
i mean is there any control in Netbeans for adding data to another control in other frames.
For Example,i have one login page and i can login through username and password and i got one userid while i am login.i want to get that user id in other frame for viewing the users profile.
Richard MacCutchan 14-Apr-13 10:34am    
As I said before, Netbeans is an IDE, not a programming language. You need to study Java classes and learn about getters, setters, fields and methods. For a good start go to http://docs.oracle.com/javase/tutorial/index.html.
neethujayan 14-Apr-13 12:13pm    
Thank you sir

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900