• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with java layout and panels and containers

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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




 
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Bartender
Posts: 563
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic