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.
- relates to
-
JDK-4088880 Frame titles no longer work.
-
- Closed
-