Class VerifyDialog

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

public class VerifyDialog extends JDialog
A class for simple graphical class file verification. Use the main(String []) method with fully qualified class names as arguments to use it as a stand-alone application. Use the VerifyDialog(String) constructor to use this class in your application. [This class was created using VisualAge for Java, but it does not work under VAJ itself (Version 3.02 JDK 1.2)]
See Also:
  • Constructor Details

    • VerifyDialog

      public VerifyDialog()
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Dialog owner)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Dialog owner, String title)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Dialog owner, String title, boolean modal)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Dialog owner, boolean modal)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Frame owner)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Frame owner, String title)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Frame owner, String title, boolean modal)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(Frame owner, boolean modal)
      Machine-generated.
    • VerifyDialog

      public VerifyDialog(String fully_qualified_class_name)
      Use this constructor if you want a possibility to verify other class files than java.lang.Object.
      Parameters:
      fully_qualified_class_name - java.lang.String
  • Method Details

    • flushButton_ActionPerformed

      public void flushButton_ActionPerformed(ActionEvent actionEvent)
      Machine-generated.
    • main

      public static void main(String[] args)
      Verifies one or more class files. Verification results are presented graphically: Red means 'rejected', green means 'passed' while yellow means 'could not be verified yet'.
      Parameters:
      args - java.lang.String[] fully qualified names of classes to verify.
    • pass1Button_ActionPerformed

      public void pass1Button_ActionPerformed(ActionEvent actionEvent)
      Machine-generated.
    • pass2Button_ActionPerformed

      public void pass2Button_ActionPerformed(ActionEvent actionEvent)
      Machine-generated.
    • pass4Button_ActionPerformed

      public void pass4Button_ActionPerformed(ActionEvent actionEvent)
      Machine-generated.