public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/19860] New: Swing JOptionPane and multiline texts
@ 2005-02-09 17:44 hendrich at informatik dot uni-hamburg dot de
  2005-02-12 22:36 ` [Bug SWING/19860] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: hendrich at informatik dot uni-hamburg dot de @ 2005-02-09 17:44 UTC (permalink / raw)
  To: java-prs

JOptionPane fails to render multiline text in the 'standard' dialogs.
Testcase attached; tested with gcc-4.0-20050130 snapshot and current
gui-branch-20040128 cvs. 

(the location of the JButtons is sub-optimal, too.)


/* MultilineJOptionPane.java
 *
 * demonstrates GCJ doesn't display multiple lines of text in a JOptionPane 
 *
 * (C) 2005 FNH
 */

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

public class MultilineJOptionPane {

  public static void main( String args[] ) {
    JFrame frame = new JFrame( "just a frame" );
    frame.setSize(50,50);
    frame.show();

    String s =
      "The first line of text, five to follow...\n"
    + "A second line of text,\n"
    + "and the third,\n"
    + "fourth,\n"
    + "and fifth line of text. Click ok to exit.\n"
    ;

    JOptionPane.showMessageDialog( frame, s );

    System.exit( 0 );
  }

}

-- 
           Summary: Swing JOptionPane and multiline texts
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: AWT
        AssignedTo: fitzsim at redhat dot com
        ReportedBy: hendrich at informatik dot uni-hamburg dot de
                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=19860


^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <bug-19860-9150@http.gcc.gnu.org/bugzilla/>]

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-09 17:44 [Bug AWT/19860] New: Swing JOptionPane and multiline texts hendrich at informatik dot uni-hamburg dot de
2005-02-12 22:36 ` [Bug SWING/19860] " pinskia at gcc dot gnu dot org
2005-06-03 14:50 ` roman at kennke dot org
2005-06-03 15:13 ` fitzsim at redhat dot com
2005-06-23 18:23 ` abalkiss at redhat dot com
2005-08-24 19:29 ` [Bug swing/19860] " fitzsim at redhat dot com
     [not found] <bug-19860-9150@http.gcc.gnu.org/bugzilla/>
2005-10-16  1:48 ` 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).