diff --git a/org.eclipse.wb.doc.user/html-src/whatsnew/v122.asciidoc b/org.eclipse.wb.doc.user/html-src/whatsnew/v122.asciidoc
index 81b49e11c0..cda45a2dc8 100644
--- a/org.eclipse.wb.doc.user/html-src/whatsnew/v122.asciidoc
+++ b/org.eclipse.wb.doc.user/html-src/whatsnew/v122.asciidoc
@@ -9,9 +9,19 @@ endif::[]
- Deprecated support for Applet/JApplet
The Applet API has been deprecated for removal with Java 9 and formally been
-removed with Java 26. Support for those conainers will be removed after the
+removed with Java 26. Support for those containers will be removed after the
2027-12 release.
+When opening a JApplet with the editor, the root element will be annotated
+with __
+
+image:images/1.22/JAppletEditor.png[Deprecation indication in Designer editor]
+
+When trying to create a new JApplet with the editor, the entry in the "New"
+wizard and the dialog tile will be annotated with _(Deprecated)_
+
+image:images/1.22/JAppletWizard.png[Deprecation indication in "New JApplet" wizard]
+
See https://bugs.openjdk.org/browse/JDK-8359053
What's new - xref:v110.adoc[*v1.21.0*]
\ No newline at end of file
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/images/1.22/JAppletEditor.png b/org.eclipse.wb.doc.user/html/whatsnew/images/1.22/JAppletEditor.png
new file mode 100644
index 0000000000..f03cd55d54
Binary files /dev/null and b/org.eclipse.wb.doc.user/html/whatsnew/images/1.22/JAppletEditor.png differ
diff --git a/org.eclipse.wb.doc.user/html/whatsnew/images/1.22/JAppletWizard.png b/org.eclipse.wb.doc.user/html/whatsnew/images/1.22/JAppletWizard.png
new file mode 100644
index 0000000000..f8deeebb37
Binary files /dev/null and b/org.eclipse.wb.doc.user/html/whatsnew/images/1.22/JAppletWizard.png differ
diff --git a/org.eclipse.wb.swing/plugin.xml b/org.eclipse.wb.swing/plugin.xml
index a8fa4e92af..864a008966 100644
--- a/org.eclipse.wb.swing/plugin.xml
+++ b/org.eclipse.wb.swing/plugin.xml
@@ -517,7 +517,7 @@
+ icon="icons/wizard/JApplet/wizard.gif" id="org.eclipse.wb.swing.JApplet" name="(Deprecated) JApplet">
Create an empty JApplet