If it uses Swing and runs from a web site it is almost certainly an applet.
Read up on applets. This isn't really a PHP issue. Your PHP just needs to spit out the applet tag, or you could even have it in a static HTML page. The java stuff is all handled by the browser's Java plugin.