java.lang.Object
com.aoindustries.noc.gui.Noc

public class Noc extends Object
The central NOC software, can run as an applet or standalone. In standalone, can operating as tabs or frames.
Author:
AO Industries, Inc.
  • Constructor Details

    • Noc

      public Noc(Container parent) throws IOException
      Creates a new Noc component.
      Parameters:
      parent - the parent component for this Noc (where it will embed itself during Tabbed mode) or null if there is no parent.
      Throws:
      IOException
  • Method Details

    • main

      public static void main(String[] args)
      Running as a standalone application.

      May we include the security policy with the source code?