Class JAFApp

All Implemented Interfaces:
ActionListener, ItemListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class JAFApp extends Frame implements WindowListener, ItemListener, ActionListener
See Also:
  • Field Details

    • gridbag

      private GridBagLayout gridbag
    • panel_gb

      private GridBagLayout panel_gb
    • file_list

      private List file_list
    • results_panel

      private Panel results_panel
    • f_title

      private Label f_title
    • f_name_label

      private Label f_name_label
    • type_label

      private Label type_label
    • type_title

      private Label type_title
    • launch_button

      private Button launch_button
    • verb_choice

      private Choice verb_choice
    • _file

      private File _file
    • dh

      private jakarta.activation.DataHandler[] dh
    • debug

      private boolean debug
  • Constructor Details

    • JAFApp

      public JAFApp(String title)
      ////////////////////////////////////////////////////////////////////
    • JAFApp

      public JAFApp()
  • Method Details