JDK-4031331 : Window contains blank title bar; title bar should not be there.
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_95
  • CPU: x86
  • Submitted: 1997-02-10
  • Updated: 1999-12-22
  • Resolved: 1999-12-22
Related Reports
Duplicate :  
Description

Name: mc57594			Date: 02/10/97


import java.applet.*;
import java.awt.*;

public class myapp extends Applet
{
   public void init()
   {
      Window w = new Window(new Frame());
      w.resize(100, 100);
      w.show();
   }
}

company  -  Media Impact, Inc.  , email  -  ###@###.###
======================================================================  


<applet code="myapp" codebase="." width="500" height="50">
</applet>

Added html code to go with the applet.  
eric.hawkes@eng 1999-12-14

Comments
WORK AROUND Name: mc57594 Date: 02/10/97 ======================================================================
11-06-2004

EVALUATION georges.saab@Eng 1997-02-11 I beleive this is an old bug which has been fixed, but since it is reported against 1.1b3, we should verify...
11-02-1997