public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug SWING/20804] New: JFrames not using insets to calculate size.
@ 2005-04-07  2:02 kho at redhat dot com
  2005-04-07 20:51 ` [Bug SWING/20804] " pinskia at gcc dot gnu dot org
  2005-05-03 14:25 ` kho at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: kho at redhat dot com @ 2005-04-07  2:02 UTC (permalink / raw)
  To: java-prs

Test case below. The JFrame is too small by the size of the insets.

import java.awt.*;
import javax.swing.*;

public class testlabel {

  public static void main( String args[] ) {
    JFrame frame = new JFrame( "just a frame" );

    JLabel l = new JLabel("asdf");

    frame.getContentPane().add(l);
    frame.pack();
    frame.show();
  }
}

-- 
           Summary: JFrames not using insets to calculate size.
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: SWING
        AssignedTo: kho at redhat dot com
        ReportedBy: kho at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

* [Bug SWING/20804] JFrames not using insets to calculate size.
  2005-04-07  2:02 [Bug SWING/20804] New: JFrames not using insets to calculate size kho at redhat dot com
@ 2005-04-07 20:51 ` pinskia at gcc dot gnu dot org
  2005-05-03 14:25 ` kho at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-07 20:51 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-07 20:51 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-07 20:51:24
               date|                            |


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


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

* [Bug SWING/20804] JFrames not using insets to calculate size.
  2005-04-07  2:02 [Bug SWING/20804] New: JFrames not using insets to calculate size kho at redhat dot com
  2005-04-07 20:51 ` [Bug SWING/20804] " pinskia at gcc dot gnu dot org
@ 2005-05-03 14:25 ` kho at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: kho at redhat dot com @ 2005-05-03 14:25 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From kho at redhat dot com  2005-05-03 14:25 -------
Fixed in cvs.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2005-05-03 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-07  2:02 [Bug SWING/20804] New: JFrames not using insets to calculate size kho at redhat dot com
2005-04-07 20:51 ` [Bug SWING/20804] " pinskia at gcc dot gnu dot org
2005-05-03 14:25 ` kho at redhat dot com

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).