JavaRanch » Java Forums »
Java »
Swing / AWT / SWT
| Author |
Problem with java layout and panels and containers
|
JupzTer Knives
Greenhorn
Joined: Mar 18, 2011
Posts: 1
|
|
OK Guyz I'm very new to JAVA I have two programs here the one is my Case Study where you put coordinates width and height and you choose from a list of shapes and its draw it... My main problem is I cannot arrange the JButton JRadioButton and JTextField and JLabel to be in the right direction I wanted it to have two separate panels kinda like this program i grab in the net the problem is I cannot incorporate the two programs together Any help will be much appreciated
my program
and this is the layout out i wanted the grid should be in the left panel and all the components are in the right panel so when i draw i specific shape the shape will be in the left panel
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4204
|
|
Welcome to the Ranch! Please BeForthrightWhenCrossPostingToOtherSites PostingToOtherSites
http://bytes.com/topic/java/answers/910366-problem-java-layout-panels-containers
http://www.java-forums.org/awt-swing/40827-problem-java-layout-panels-containers.html
|
luck, db
There are no new questions, but there may be new answers.
|
 |
Greg Brannon
Bartender
Joined: Oct 24, 2010
Posts: 530
|
|
Since your apparently getting help from multiple sources, let us know if you still need help.
General comments on your question: you've presented a lot of code to wade through. One listing apparently presents the desired result, the other is what you'd like help with to achieve the desired result. This requires a potential helper to copy, run, compare, and then interpret the two results to determine the differences, suggest modifications, etc. all based on the helper's guess at what your desired result is. It's an iffy path to success, requiring a lot of time that might be wasted due to misinterpretation.
So, state the problem more explicitly. Leave as little as possible to the reader's imagination and the less code that must be run in order to understand your problem, the better.
|
Learning Java using Eclipse on OpenSUSE 11.2
Linux user#: 501795
|
 |
 |
|
|
subject: Problem with java layout and panels and containers
|
|
|
|