Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4117278

Frame's setTitle can not work correctly in Win95, locale is zh.

XMLWordPrintable

    • 1.2beta3
    • x86
    • windows_95
    • Not verified

      JDK Version:1.2beta3-J
      OS: Win95

      Frame's title cannot be set correctly in zh.

      ==========================CheckSetTitle.java=================================
      import java.awt.*;

      public class CheckSetTitle {
          public static void main(String args[]) {
              new CheckSetTitle();
          }

          public CheckSetTitle() {
              Frame f = new Frame("‘Þ͍Û”Ô");
              f.setSize(180, 10);
              f.setVisible(true);
          }
      }
      =============================================================================

      java CheckSetTitle

      Frame's title is not set correctly.
      jim.hu@prc 1998-03-05

            okutsu Masayoshi Okutsu
            jhusunw Jim Hu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: