ir.utilities
Class Netscape

java.lang.Object
  |
  +--ir.utilities.Netscape

public class Netscape
extends java.lang.Object

Utilities for displaying a URL or local file in the current Netscape window using "netscape -remote". User must have netscape running.


Constructor Summary
Netscape()
           
 
Method Summary
static void display(java.io.File file)
          Make netscape display a given file
static void display(java.lang.String url)
          Make netscape display a given URL
static void main(java.lang.String[] args)
          Test interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Netscape

public Netscape()
Method Detail

display

public static void display(java.lang.String url)
Make netscape display a given URL

display

public static void display(java.io.File file)
Make netscape display a given file

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Test interface