< prev index next >

modules/javafx.graphics/src/main/java/javafx/stage/Window.java

Print this page
rev 10897 : 8199357: Remove references to applets and Java Web Start from FX
Reviewed-by:

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -72,11 +72,11 @@
 
 
 /**
  * A top level window within which a scene is hosted, and with which the user
  * interacts. A Window might be a {@link Stage}, {@link PopupWindow}, or other
- * such top level. A Window is used also for browser plug-in based deployments.
+ * such top level window.
  * <p>
  * Window objects must be constructed and modified on the
  * JavaFX Application Thread.
  * </p>
  * <p>
< prev index next >