Results 1 to 4 of 4
Thread: All projects open maximized
- 07-26-2007, 05:07 AM #1
Member
- Join Date
- Jul 2007
- Posts
- 2
- Rep Power
- 0
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.
- 07-26-2007, 07:00 PM #2levent Guest
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..
- 07-26-2007, 08:36 PM #3
Member
- Join Date
- Jul 2007
- Posts
- 2
- Rep Power
- 0
Sorry. When I compile, build and run the project, the resulting application opens maximized.
- 07-28-2007, 08:12 PM #4levent Guest
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:
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.Java Code:Dimension dim = Toolkit.getDefaultToolkit().getScreenSize();
Similar Threads
-
Java Projects
By yiweiang in forum New To JavaReplies: 2Last Post: 12-15-2011, 01:28 AM -
Java experts needed- 30 minute online Java projects
By michelle in forum Jobs OfferedReplies: 0Last Post: 03-05-2008, 11:47 PM -
Projects please
By sudhir in forum IntroductionsReplies: 1Last Post: 12-17-2007, 01:42 PM -
Java Projects
By Zeke886 in forum New To JavaReplies: 0Last Post: 11-14-2007, 08:41 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks