Class LicenseFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class LicenseFrame extends JFrame

Title:

Description:

Copyright: Copyright (c) 2002

Company:

See Also:
  • Field Details

    • theirSolutions

      public static final LicenseDesc[] theirSolutions
  • Constructor Details

    • LicenseFrame

      public LicenseFrame()
  • Method Details

    • setExpiryDate

      public void setExpiryDate(String expiryDate)
    • setExpiryDate

      public void setExpiryDate(Date date)
    • setSiteId

      public void setSiteId(String siteId)
    • getLicenses

      public List getLicenses() throws Exception
      Throws:
      Exception
    • addLicense

      public void addLicense(com.nt.udc.licensing.License l)
    • dispSolutionChoices

      public void dispSolutionChoices()
    • ask

      public String ask(String label) throws IOException
      Throws:
      IOException
    • jMenuFileExit_actionPerformed

      public void jMenuFileExit_actionPerformed(ActionEvent e)
    • jMenuHelpAbout_actionPerformed

      public void jMenuHelpAbout_actionPerformed(ActionEvent e)
    • processWindowEvent

      protected void processWindowEvent(WindowEvent e)
      Overrides:
      processWindowEvent in class JFrame