Results 1 to 3 of 3
- 02-02-2012, 07:40 PM #1
Member
- Join Date
- Feb 2012
- Posts
- 25
- Rep Power
- 0
Which Java Swing Layout Do I Use?
Hi,
Just starting to make a Java Application with an okay background knowledge of Java. My problem is I need to decide on what layout manager to use, I starting using absolute positioning but then found out when I resize the components stay the same therefore I was looking for one that similar to applications layouts to date such as "word", "Chrome" etc that when you resize them the components resize with it.
Thanks,
- 02-02-2012, 07:43 PM #2
Re: Which Java Swing Layout Do I Use?
What layout you use is going to depend on what exactly you want your program to look like. For almost anything except the most basic programs, you're going to have to nest layouts (put a JPanel with one layout inside another JPanel with another layout inside another...). Recommended reading:Lesson: Laying Out Components Within a Container (The Java™ Tutorials > Creating a GUI With JFC/Swing)
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 02-02-2012, 08:01 PM #3
Member
- Join Date
- Feb 2012
- Posts
- 25
- Rep Power
- 0
Similar Threads
-
Swing Html Layout
By Kiruthigadhandapani in forum AWT / SwingReplies: 1Last Post: 05-03-2011, 03:39 PM -
help with swing layout
By TopNFalvors in forum New To JavaReplies: 6Last Post: 04-08-2011, 05:22 PM -
Need Swing Layout Advice
By Rocketz in forum New To JavaReplies: 2Last Post: 03-08-2011, 12:46 AM -
Swing layout is done wrong
By Onra in forum New To JavaReplies: 5Last Post: 10-08-2010, 04:36 AM -
Add Swing Layout.jar
By anilkumar_vist in forum New To JavaReplies: 0Last Post: 10-02-2010, 04:42 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks