Results 1 to 3 of 3
Thread: Layout Manager suggestion
- 09-19-2011, 04:36 PM #1
Member
- Join Date
- Sep 2011
- Posts
- 22
- Rep Power
- 0
Layout Manager suggestion
Hi Everyone;
I'm fairly new to Java and, after going through Sam's teach yourself java in 24hrs, I'd like to make my own calculator.
I have aheavy background in web programming and I find this new way of "styling" really awkward so I'm looking for suggestions/pointers on how to layout my calculator and their components.
This is what I want it to look like:

So far I've messed around with FlowLayout, GridLayout, and Absolute Positioning (null Layout) but I just can't seem to find the right 'fit' (pardon the pun).
Can someone suggest the appropriate way to go about laying these components out? It would be much appreciated...
- 09-19-2011, 04:53 PM #2
Senior Member
- Join Date
- Oct 2010
- Location
- Germany
- Posts
- 780
- Rep Power
- 4
Re: Layout Manager suggestion
I would probably do it with the miglayout
MiG Layout Java Layout Manager for Swing and SWT
The documentation is very good and easy to use, read http://www.miglayout.com/QuickStart.pdf
I think it`s easier as GridBagLayout.
Maybe you can make it even with the TableLayout
- 09-19-2011, 05:54 PM #3
Member
- Join Date
- Sep 2011
- Posts
- 22
- Rep Power
- 0
Similar Threads
-
Problem with layout manager
By mDennis10 in forum New To JavaReplies: 8Last Post: 09-05-2011, 03:02 AM -
Layout Manager
By globo in forum New To JavaReplies: 8Last Post: 11-01-2010, 12:19 AM -
Layout manager
By Nicholas Jordan in forum Java AppletsReplies: 2Last Post: 11-24-2008, 03:02 PM -
Layout Manager of JApplet
By Peter_APIIT in forum Java AppletsReplies: 10Last Post: 07-19-2008, 05:37 AM -
MiG Layout Manager 2.4
By levent in forum Java SoftwareReplies: 0Last Post: 05-16-2007, 05:11 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks