Class MainUIWindow

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

public final class MainUIWindow extends JFrame implements ActionListener
This class holds the main application window and allows to select a directory to perform the image name processing.
Version:
2004-01-08
Author:
hirsch, 13.10.2003
See Also:
  • Method Details

    • build

      public static void build()
      Creates the main UI window and initializes all internal UI-components.
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Action listener method to react on events.
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      event - Events that was fired on this component.