Results 1 to 3 of 3
- 04-26-2009, 06:07 AM #1
Member
- Join Date
- Feb 2009
- Posts
- 92
- Rep Power
- 0
Need Suggestions on layout management
I am learning Java on my own. I working on swing, and am developing an RPN calculator as an exercise. I coded a working version using netbeans, and am hand coding the GUI in eclipse.
I used the gridbag layout manager in the hand coded version. Both versions look like they were built laid out with crayons. To wit, the buttons are overly large, and if I try to set the size, the labeling text just turn to elipses. This happens for the same minimum size whether I am use a large or small font.
I also don't have quite the control over the layout that I would like, but my current problem is that the GUI looks like it is using buttons designed for a child's playset.
Should I be using a different layout manager. Will I have to hand code the component layout placements and sizes? My immediate concern is reducing the size of the layout, and I am looking for a little direction to short circuit my research.
-
Can you post a snipped picture of your current app, possibly both versions?
-
Similar Threads
-
Desktop Application - Suggestions
By jedai in forum AWT / SwingReplies: 0Last Post: 04-26-2009, 04:43 AM -
Please post your suggestions about this code
By mathansj in forum Advanced JavaReplies: 8Last Post: 02-15-2009, 03:41 PM -
any suggestions?
By PureAwesomeness in forum New To JavaReplies: 4Last Post: 01-19-2009, 07:34 AM -
Suggestions for my Java-project?
By shabbee in forum New To JavaReplies: 1Last Post: 01-01-2009, 10:11 PM -
Suggestions of crufty or otherwise bad APIs
By Andre in forum Forum LobbyReplies: 8Last Post: 11-17-2008, 11:06 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks