Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-26-2007, 06:07 AM
Member
 
Join Date: Jul 2007
Posts: 2
blk94snk is on a distinguished road
All projects open maximized
Hi all. Brand new to the forum and looks like a lot of good knowledge here. I'm having an issue with NetBeans 5.5 opening all of my projects in the maximized window position. I've just upgraded from 5.0, it there something I'm missing or is this a known problem. Thank in advance for any help.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-26-2007, 08:00 PM
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
What do you mean with "All projects open maximized". Projects are not opened as a window so you can't expect them to be opened maximized. What should be maximized? I did not get it..
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-26-2007, 09:36 PM
Member
 
Join Date: Jul 2007
Posts: 2
blk94snk is on a distinguished road
Sorry. When I compile, build and run the project, the resulting application opens maximized.
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 07-28-2007, 09:12 PM
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
This is not related to netbeans. You will need to add code lines to make it opened maximized.

You can get the screen size from your java application with the following call:

Code:
Dimension dim = Toolkit.getDefaultToolkit().getScreenSize();
Then set your frame's widtt and height based on this data. Or there can be some method of JFrame to do that but i don't remember it now.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


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

vB 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
Java experts needed- 30 minute online Java projects michelle Jobs Offered 0 03-06-2008 12:47 AM
Changing Java for projects JavaForums Java Blogs 0 01-07-2008 09:40 AM
Projects please sudhir Introductions 1 12-17-2007 02:42 PM
Java Projects Zeke886 New To Java 0 11-14-2007 09:41 PM
Java Projects yiweiang New To Java 0 08-07-2007 04:45 AM


All times are GMT +3. The time now is 05:40 AM.


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