public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug SWING/16697] New: javax.swing.BoxLayout only wraps GridLayout
@ 2004-07-23 23:09 roman at ontographics dot com
  2004-07-24  0:52 ` [Bug SWING/16697] " roman at ontographics dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: roman at ontographics dot com @ 2004-07-23 23:09 UTC (permalink / raw)
  To: gcc-bugs

I see that BoxLayout actually only wraps a GridLayout. I suppose this was done
for providing a fast implementation.

I'd like to fix that, if nobody else already does. In this case, please assign
this bug to me.

I think some components use BoxLayout (like JToolBar and JMenuBar), so a correct
implementation of this would lead to significant visual improvement.

/Roman

-- 
           Summary: javax.swing.BoxLayout only wraps GridLayout
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: SWING
        AssignedTo: graydon at redhat dot com
        ReportedBy: roman at ontographics dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug SWING/16697] javax.swing.BoxLayout only wraps GridLayout
  2004-07-23 23:09 [Bug SWING/16697] New: javax.swing.BoxLayout only wraps GridLayout roman at ontographics dot com
@ 2004-07-24  0:52 ` roman at ontographics dot com
  2004-10-23 20:33 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: roman at ontographics dot com @ 2004-07-24  0:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From roman at ontographics dot com  2004-07-24 00:52 -------
Created an attachment (id=6817)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6817&action=view)
proposed patch

Here comes the fix for this problem. With this, the BoxLayout does the layout
computation on its on, without relying on GridLayout.
It works pretty good here, but some other components that used BoxLayout and
relied on the old behaviour (like JOptionPane) may need to be adjusted.

-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug SWING/16697] javax.swing.BoxLayout only wraps GridLayout
  2004-07-23 23:09 [Bug SWING/16697] New: javax.swing.BoxLayout only wraps GridLayout roman at ontographics dot com
  2004-07-24  0:52 ` [Bug SWING/16697] " roman at ontographics dot com
@ 2004-10-23 20:33 ` pinskia at gcc dot gnu dot org
  2005-06-03 14:51 ` roman at kennke dot org
  2005-06-16 22:18 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-23 20:33 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-23 20:33:38
               date|                            |


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug SWING/16697] javax.swing.BoxLayout only wraps GridLayout
  2004-07-23 23:09 [Bug SWING/16697] New: javax.swing.BoxLayout only wraps GridLayout roman at ontographics dot com
  2004-07-24  0:52 ` [Bug SWING/16697] " roman at ontographics dot com
  2004-10-23 20:33 ` pinskia at gcc dot gnu dot org
@ 2005-06-03 14:51 ` roman at kennke dot org
  2005-06-16 22:18 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: roman at kennke dot org @ 2005-06-03 14:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From roman at kennke dot org  2005-06-03 14:51 -------
This bug can be closed, this is fixed for some time now.

-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug SWING/16697] javax.swing.BoxLayout only wraps GridLayout
  2004-07-23 23:09 [Bug SWING/16697] New: javax.swing.BoxLayout only wraps GridLayout roman at ontographics dot com
                   ` (2 preceding siblings ...)
  2005-06-03 14:51 ` roman at kennke dot org
@ 2005-06-16 22:18 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-06-16 22:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-06-16 22:18 -------
Reported as fixed.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug swing/16697] javax.swing.BoxLayout only wraps GridLayout
       [not found] <bug-16697-8836@http.gcc.gnu.org/bugzilla/>
@ 2005-10-16  1:55 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-16  1:55 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |pre-0.18


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-10-16  1:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-23 23:09 [Bug SWING/16697] New: javax.swing.BoxLayout only wraps GridLayout roman at ontographics dot com
2004-07-24  0:52 ` [Bug SWING/16697] " roman at ontographics dot com
2004-10-23 20:33 ` pinskia at gcc dot gnu dot org
2005-06-03 14:51 ` roman at kennke dot org
2005-06-16 22:18 ` tromey at gcc dot gnu dot org
     [not found] <bug-16697-8836@http.gcc.gnu.org/bugzilla/>
2005-10-16  1:55 ` [Bug swing/16697] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).