Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: SWT- one Group taking all space vertically and hides other group in compoiste

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default SWT- one Group taking all space vertically and hides other group in compoiste

    I have a composite where three groups are already existing such that two groups at left and one group on right. When I added new group to right side this and tried to maximize the window then newly added group disappeared and previously existing group taking all space. How to solve this?

    Thanks and Regards,
    Rajesh Prabhu


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: SWT- one Group taking all space vertically and hides other group in compoiste

    Show the code that creates the groups and adds them to the container, before and after the undesired behavior.

Similar Threads

  1. TheCoders a group for programers
    By Daryn in forum The Cafe
    Replies: 0
    Last Post: February 16th, 2013, 07:10 PM
  2. Help with Group Layout
    By GoPro in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 1st, 2012, 09:34 PM
  3. A JAVA Group
    By spect4cle in forum The Cafe
    Replies: 0
    Last Post: November 5th, 2011, 08:48 AM
  4. learning group
    By cooler4hell in forum The Cafe
    Replies: 6
    Last Post: January 27th, 2011, 05:02 AM

Tags for this Thread