Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Exception in thread "main" java.lang.NullPointerException
at com.playground.configuration.Test.main(Test.java:11)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
<html><head><title>Chat</title></head>
<body bgcolor=000000 text=ffffff>
<center>
<applet code="chatapplet.class" width=95% height=60%>
</applet>
</center>
</body></html>
<object archive="chat.jar" classid="java:chatapplet.class"
codetype="application/java-vm" width="800" height="600">
</object>