Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4031331
Votes 0
Synopsis Window contains blank title bar; title bar should not be there.
Category java:classes_awt
Reported Against 1.1beta3
Release Fixed
State 11-Closed, duplicate of 4038769, request for enhancement
Priority: 4-Low
Related Bugs 4038769
Submit Date 10-FEB-1997
Description




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();
   }
}


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


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

Added html code to go with the applet.  
  xxxxx@xxxxx   1999-12-14
Work Around





======================================================================
Evaluation
  xxxxx@xxxxx   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...
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang