Results 1 to 5 of 5
Thread: linking jframe
- 01-19-2012, 05:51 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 1
- Rep Power
- 0
- 01-19-2012, 06:01 PM #2
Re: linking jframe
And what have you tried? Where are you stuck? If you know how to display a single JFrame, what's stopping you from reusing that code to display another?
You also might want to consider using a dialog instead of another JFrame though.How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 01-20-2012, 04:17 AM #3
Member
- Join Date
- Jan 2012
- Posts
- 7
- Rep Power
- 0
Re: linking jframe
Something that I've done is to use
new <new JFrame name here>().setVisible(true);
-
Re: linking jframe
- 01-20-2012, 11:15 PM #5
Member
- Join Date
- Jan 2012
- Posts
- 7
- Rep Power
- 0
Similar Threads
-
Linking two classes together
By JonniBravo in forum New To JavaReplies: 6Last Post: 09-11-2010, 10:53 PM -
Linking constructors
By willemien in forum New To JavaReplies: 3Last Post: 05-04-2010, 11:31 PM -
static linking
By Nicholas Jordan in forum Advanced JavaReplies: 35Last Post: 03-14-2009, 09:17 PM -
linking 2 Jframes
By suhaib1thariq in forum New To JavaReplies: 9Last Post: 02-13-2009, 01:30 AM -
Linking of exe files
By archu2friends in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 02-06-2008, 06:08 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks