This is an automated email from the ASF dual-hosted git repository. mbien pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit a5678bb9fc34b94d4372180b2488967249d8cd51 Merge: 4e63a6df989 55208e6cc87 Author: Michael Bien <[email protected]> AuthorDate: Sun Nov 16 01:08:58 2025 +0100 Merge pull request #9019 from mbien/remove-applet-usage Remove applet API usage and file templates for jnlp/applets. .../src/org/netbeans/modules/form/FormUtils.java | 6 +--- .../modules/form/GandalfPersistenceManager.java | 8 ++--- .../modules/form/MetaComponentCreator.java | 9 ++--- .../netbeans/modules/form/VisualReplicator.java | 2 +- .../modules/form/resources/Bundle.properties | 2 -- .../modules/form/resources/FormApplet.html | 29 --------------- .../modules/form/resources/FormJApplet.html | 29 --------------- .../org/netbeans/modules/form/resources/layer.xml | 35 ------------------ .../ui/ExtensionAndImplementationWizardPanel.java | 4 --- .../java/project/ui/NewJavaFileWizardIterator.java | 5 --- .../modules/java/project/ui/resources/Applet.html | 31 ---------------- .../java/project/ui/resources/Applet.java.template | 41 --------------------- .../modules/java/project/ui/resources/JApplet.html | 31 ---------------- .../project/ui/resources/JApplet.java.template | 42 ---------------------- .../modules/javawebstart/JnlpTemplate.jnlp | 33 ----------------- .../modules/javawebstart/package-info.java | 25 ------------- .../javawebstart/resources/JNLPTemplate.html | 30 ---------------- 17 files changed, 7 insertions(+), 355 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
