Package com.myBank

Class Main

java.lang.Object
com.myBank.Main

public class Main extends Object
The Main class serves as the entry point for the ATM Interface application.

It displays a banner using the JFiglet library and initializes the ATM interface.

Usage:

     java com.myBank.Main
 

Dependencies:

- FigletFont: Used for rendering ASCII art banners. - ATM: Represents the core functionality of the ATM interface.

Exception Handling:

- Catches and prints any exceptions that occur during banner rendering or ATM initialization.
Since:
2025-01-24
Version:
1.0.0
Author:
Anurag Zete
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      The entry point of the ATM application.
      Parameters:
      args - Command-line arguments (not used in this application).