FileDocCategorySizeDatePackage
RegistryExplorer.javaAPI DocExample176Thu Nov 08 00:22:50 GMT 2001com.ora.rmibook.chapter14

RegistryExplorer.java

package com.ora.rmibook.chapter14;


public class RegistryExplorer {
    public static void main(String[] args) {
        (new RegistryExplorerFrame()).show();
    }
}