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

Sol: JDK1.1.4 frames always have titles 'No Name'

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not an Issue
    • P4
    • None
    • 1.1.4, 1.1.5
    • client-libs
    • sparc
    • solaris_2.5, solaris_2.5.1

    Description



      Name: mgC56079 Date: 08/06/97



      ----- Here is the test ----
      public class FrameTest {

        public static void main(String[] args) {
          java.awt.Frame f=new java.awt.Frame("Title");
          f.setSize(100,100);
          f.setVisible(true);
        }

      }
      ---------

      This test works correctly under 1.1.3
      (displays a frame labelled 'Title')
      but fails under 1.1.4
      (displays a frame labelled 'No Name')

      ======================================================================
      This seems to be reproducible under OpenWindows only.
      I tried the builds 1.1.4FCS, 1.1.5F,1.2U.
      All of them fail to display frame titles.
      Works fine under 1.1.3 or with CDE.

      ###@###.### 1997-11-26

      ===================================================================

      SunOS Release 5.5 Generic
      OpenWindows Version 3.5

      Frame f = new Frame( "Test" );
      f.setTile( "Test" );

      results in a window with "No Name" in its
      title bar.

      NOTE: This is on Solaris running OpenWindows.

      Attachments

        Issue Links

          Activity

            People

              rkhansunw Robi Khan (Inactive)
              mgorshen Mikhail Gorshenev (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: