Font.java, [...]: New versions from classpath.
2003-06-24 Michael Koch <konqueror@gmx.de> * java/awt/Font.java, java/awt/Window.java, java/awt/color/ColorSpace.java, java/awt/datatransfer/StringSelection.java, java/awt/image/ColorModel.java: New versions from classpath. From-SVN: r68415
This commit is contained in:
parent
5d09ad737c
commit
59b8aa7e50
6 changed files with 22 additions and 6 deletions
|
@ -50,7 +50,7 @@ import java.util.ResourceBundle;
|
|||
/**
|
||||
* This class represents a top-level window with no decorations.
|
||||
*
|
||||
* @author Aaron M. Renn (arenn@urbanophile.com)
|
||||
* @author Aaron M. Renn <arenn@urbanophile.com>
|
||||
* @author Warren Levy <warrenl@cygnus.com>
|
||||
*/
|
||||
public class Window extends Container
|
||||
|
@ -79,7 +79,7 @@ public class Window extends Container
|
|||
Window()
|
||||
{
|
||||
setVisible(false);
|
||||
setLayout((LayoutManager) new BorderLayout());
|
||||
setLayout(new BorderLayout());
|
||||
}
|
||||
|
||||
Window(GraphicsConfiguration gc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue