-
Change which window loads first?
Hi guys,
I have a java system that i am creating which when run loads up "frame2".
Can i change the system load sequence so that "frame1" loads up first instead of "frame2"?
thanks alot for any help with this.
-
in your code, where you create your frames, you can define, if a frame is visible. so you can set frame1.setVisible(false); frame2.setVisible(false);
then you can define the order with your code, which one to make visible first by invoking
frame2.setVisible(true); frame1.setVisible(true);
Similar Threads
-
By Usha.R in forum ASP.NET
Replies: 1
Last Post: 02-14-2006, 03:30 AM
-
By Dean Earley in forum VB Classic
Replies: 2
Last Post: 04-10-2001, 08:10 AM
-
By Dennis in forum VB Classic
Replies: 10
Last Post: 02-15-2001, 03:52 AM
-
By TC in forum VB Classic
Replies: 8
Last Post: 09-26-2000, 02:34 AM
-
By TC in forum VB Classic
Replies: 0
Last Post: 09-25-2000, 09:06 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks