2import org.web3d.x3d.sai.*;
4import org.web3d.x3d.sai.*;
5import java.applet.Applet;
10class FreeWRLFactory
implements BrowserFactoryImpl {
11 public ExternalBrowser getBrowser(Applet applet)
throws NotSupportedException, NoSuchBrowserException {
12 return new FreeWRLBrowser(applet);
15 public ExternalBrowser getBrowser(Applet applet, String frameName,
int index)
throws NotSupportedException, NoSuchBrowserException {
16 throw new NotSupportedException(
"getBrowser(Applet, String, int) not supported");
19 public ExternalBrowser getBrowser(InetAddress add,
int port)
throws NotSupportedException, NoSuchBrowserException, UnknownHostException, ConnectionException {
20 throw new NotSupportedException(
"getBrowser(InetAddress, int) not supported");
23 public X3DComponent createX3DComponent(Map args)
throws NotSupportedException {
24 throw new NotSupportedException(
"createX3DComponent not supported");