Results 1 to 7 of 7
Thread: Suggest Layout Please.
- 11-04-2011, 09:42 PM #1
Member
- Join Date
- Nov 2011
- Posts
- 35
- Rep Power
- 0
- 11-04-2011, 09:47 PM #2
Re: Suggest Layout Please.
What have you tried? Keep in mind that you can nest layouts. Go through the layout tutorials and look for sections of your program that look like a particular layout, add them to a JPanel with that layout, then treat them as a single component and repeat the process.
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 11-06-2011, 09:21 AM #3
Member
- Join Date
- Jul 2011
- Location
- New Delhi,India
- Posts
- 56
- Rep Power
- 0
Re: Suggest Layout Please.
you can use setBounds method to manually put components on the container.....
- 11-06-2011, 09:36 AM #4
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,537
- Rep Power
- 11
Re: Suggest Layout Please.
From Oracle's Tutorial at the start of the Doing Without a Layout Manager (Absolute Positioning) which describes the setBounds() approach:
"Although it is possible to do without a layout manager, you should use a layout manager if at all possible. A layout manager makes it easier to adjust to look-and-feel-dependent component appearances, to different font sizes, to a container's changing size, and to different locales. Layout managers also can be reused easily by other containers, as well as other programs."
- 11-07-2011, 01:46 PM #5
Re: Suggest Layout Please.
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 11-07-2011, 03:57 PM #6
Member
- Join Date
- Nov 2011
- Posts
- 35
- Rep Power
- 0
Re: Suggest Layout Please.
Thanks 2 all, with ur kind guideline i get the solution
now i m working with a container + border layout and multiple JPanels with different layouts and satisfied from results.
Thanks.
- 11-07-2011, 05:00 PM #7
Re: Suggest Layout Please.
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Similar Threads
-
please suggest me
By ontonio in forum Java AppletsReplies: 2Last Post: 07-31-2011, 03:57 PM -
can someone suggest me how to sort data..?
By miu44 in forum New To JavaReplies: 2Last Post: 02-17-2011, 01:50 AM -
Hello friends !! suggest me a project
By Nishit in forum Advanced JavaReplies: 7Last Post: 07-17-2008, 07:51 AM -
Please suggest me the correct approach!
By rjuyal in forum Advanced JavaReplies: 6Last Post: 05-05-2008, 02:54 PM -
Please suggest a database ?
By Vinuraj in forum CLDC and MIDPReplies: 1Last Post: 01-14-2008, 08:48 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks