Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-14-2008, 08:00 PM
Member
 
Join Date: May 2008
Posts: 1
Rep Power: 0
rip0904 is on a distinguished road
Default Need help for project
Hi,
how do i pass values from one form to another in JFrame form?
And how can i hide the 1st form?

Thx in advance.




RIP
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 05-15-2008, 01:33 AM
Member
 
Join Date: May 2008
Posts: 22
Rep Power: 0
Jesdisciple is on a distinguished road
Default
This is a very vague question; can you post your source?
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 05-15-2008, 03:43 AM
Eku Eku is offline
Senior Member
 
Join Date: May 2008
Location: Makati, Philippines
Posts: 234
Rep Power: 2
Eku is on a distinguished road
Default
Setting a JFrame to hide is

Boolean Show = true;
JFrameYouWanttoShow.setVisible(Show);
Show=false;
JFrameYouWantToHide.setVisible(Show);

Getting the Values? Please post your Code. That is a very broad question, you can get it from many sources like textfield, textarea,checkboxes,etc...
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 05-15-2008, 04:24 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,464
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
There is no any dependencies on GUI. All what you have to do is, make the correct implantation of the functionality. So, it's much better to post your code here to see.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.
Help:Forums FAQ|How To Ask Questions The Smart WayResources:The Java Tutorials|Glossary for Java|NetBeans IDE|Sun DownloadsWeb:WritOnceTips:Is your IDE the best?|Which Application Server?
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Project Help XxHEXSORxX AWT / Swing 4 01-28-2009 11:01 AM
Could anyone help with project? billdara New To Java 1 03-12-2008 06:05 PM
Ant Project JavaForums Java Blogs 0 02-16-2008 11:53 PM
First Project Need Big Help earl New To Java 1 01-18-2008 07:12 PM
Project Dune 1.2.4 levent Java Announcements 0 05-21-2007 11:10 AM


All times are GMT +2. The time now is 07:01 PM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org