mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-31 05:05:32 +00:00
8288528: broken links in java.desktop
Reviewed-by: prr, aivanov
This commit is contained in:
parent
651cbebb96
commit
b0db33333a
@ -5,7 +5,7 @@
|
||||
<title>AWT Threading Issues</title>
|
||||
</head>
|
||||
<!--
|
||||
Copyright (c) 2002, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2002, 2022, 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
|
||||
@ -118,11 +118,7 @@ The implementation-specific details are given below.
|
||||
Implementation-dependent behavior.
|
||||
</h3>
|
||||
|
||||
Prior to 1.4, the helper threads were never terminated.
|
||||
<p>
|
||||
Starting with 1.4, the behavior has changed as a result of the fix for
|
||||
<a href="https://bugs.java.com/view_bug.do?bug_id=4030718">
|
||||
4030718</a>. With the current implementation, AWT terminates all its
|
||||
AWT terminates all its
|
||||
helper threads allowing the application to exit cleanly when the
|
||||
following three conditions are true:
|
||||
<ul>
|
||||
@ -153,13 +149,7 @@ exit cleanly under normal conditions, it is not guaranteed that it
|
||||
will exit cleanly in all cases. Two examples:
|
||||
<ul>
|
||||
<li> Other packages can create displayable components for internal
|
||||
needs and never make them undisplayable. See
|
||||
<a href="https://bugs.java.com/view_bug.do?bug_id=4515058">
|
||||
4515058</a>,
|
||||
<a href="https://bugs.java.com/view_bug.do?bug_id=4671025">
|
||||
4671025</a>, and
|
||||
<a href="https://bugs.java.com/view_bug.do?bug_id=4465537">
|
||||
4465537</a>.
|
||||
needs and never make them undisplayable.
|
||||
<li> Both Microsoft Windows and X11 allow an application to send native
|
||||
events to windows that belong to another application. With this
|
||||
feature it is possible to write a malicious program that will
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2022, 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
|
||||
@ -32,8 +32,8 @@ import java.util.List;
|
||||
* A class representing the tags found in an Exif IFD. Exif is a
|
||||
* standard for annotating images used by most digital camera
|
||||
* manufacturers. The Exif specification may be found at
|
||||
* <a href="http://www.exif.org/Exif2-2.PDF">
|
||||
* {@code http://www.exif.org/Exif2-2.PDF}
|
||||
* <a href="https://www.cipa.jp/std/documents/e/DC-008-2012_E.pdf">
|
||||
* {@code https://www.cipa.jp/std/documents/e/DC-008-2012_E.pdf}
|
||||
* </a>.
|
||||
*
|
||||
* <p> The definitions of the data types referenced by the field
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1998, 2022, 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
|
||||
@ -2140,8 +2140,7 @@ public class MetalLookAndFeel extends BasicLookAndFeel
|
||||
|
||||
/**
|
||||
* Returns a {@code LayoutStyle} implementing the Java look and feel
|
||||
* design guidelines as specified at
|
||||
* <a href="http://www.oracle.com/technetwork/java/hig-136467.html">http://www.oracle.com/technetwork/java/hig-136467.html</a>.
|
||||
* design guidelines.
|
||||
*
|
||||
* @return LayoutStyle implementing the Java look and feel design
|
||||
* guidelines
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<title>Using the Multiplexing Look and Feel</title>
|
||||
</head>
|
||||
<!--
|
||||
Copyright (c) 1998, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 1998, 2022, 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
|
||||
@ -33,19 +33,6 @@
|
||||
<main role="main">
|
||||
<h1>Using the Multiplexing Look and Feel</h1>
|
||||
|
||||
<blockquote>
|
||||
<hr>
|
||||
<p>
|
||||
<i>
|
||||
This document is based on an article
|
||||
originally published in
|
||||
<a href="http://www.oracle.com/technetwork/java/javase/tech/articles-jsp-139072.html"
|
||||
target="_top"><em>The Swing Connection</em></a>.
|
||||
</i>
|
||||
</p>
|
||||
<hr>
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
The Multiplexing look and feel lets
|
||||
you supplement an ordinary look and feel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user