commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bug #13419] swing: JOptionPane.showInputDialog does not sho


From: Timo Lindfors
Subject: [commit-cp] [bug #13419] swing: JOptionPane.showInputDialog does not show multiple lines
Date: Thu, 16 Jun 2005 08:31:47 +0000
User-agent: Elinks

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13419>

                 Summary: swing: JOptionPane.showInputDialog does not show
multiple lines
                 Project: classpath
            Submitted by: lindi
            Submitted on: Thu 06/16/05 at 08:31
                Category: classpath
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: None

    _______________________________________________________

Details:

Steps to reproduce:
1. Run the attached testcase

Expected results:
1. A window with "line1", "line2" and "line3" shows up.

Actual results:
1. A window shows up but "line2" and "line3" are not visible.

Testcase:
import javax.swing.*;
public class inputdialog extends JFrame {
        public static void main(String[] args) {
                (new inputdialog()).show();
        }
        public inputdialog() {
                JOptionPane.showInputDialog("line1\nline2\nline3");
        }
}









    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13419>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]