This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug SWING/16774] New: Box Layout shouldn't resize components to fill the entire space of the container


>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031030

Description of problem:
Box Layout doesn't work properly.  The components in container with
BoxLayout shouldn't be expanded to fill entire space. They should
remain at their preferred sizes.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.write simple program that creates a container with BoxLayout
containing one component in the Frame
2.run the program and resize the frame

    

Actual Results:  The component inside the frame will be resized to
fill the entire space. 

Expected Results:  Instead the component shouldn't resize itself. Its
size should remain the same

Additional info:
------- Additional Comments From rodimina at redhat dot com  2004-05-27 10:44 -------
Created an attachment (id=100633)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=100633&action=view)
Test program to reproduce the bug


-- 
           Summary: Box Layout shouldn't resize components to fill the
                    entire space of the container
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P1
         Component: SWING
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rodimina at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,rodimina at redhat dot
                    com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16774


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]