Package rocca

Class RoccaClickEventList

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

public class RoccaClickEventList extends JDialog implements ActionListener
Creates a modal dialog box containing the current Click Events, and allows the user to select which events are analyzed by Rocca. This code is based on the ListDialog.java example found here: https://docs.oracle.com/javase/tutorial/uiswing/components/list.html serialVersionUID = 21 2015/05/31
See Also:
  • Method Details

    • showDialog

      public static int[] showDialog(Component frameComp, Component locationComp, String title, String[] possibleValues)
      Set up and show the dialog. The first Component argument determines which frame the dialog depends on; it should be a component in the dialog's controlling frame. The second Component argument should be null if you want the dialog to come up with its left corner in the center of the screen; otherwise, it should be the component on top of which the dialog should appear.
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener