Skip to content

A simple Java application that displays a personalized greetings message.

Notifications You must be signed in to change notification settings

SoftwareChoreographer/Greetings-Frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘‹ Greetings GUI App

πŸ“Œ Introduction

The Greetings GUI App is a Java Swing-based application that provides a simple graphical interface for greeting users. It allows users to enter their name and surname, click a button, and receive a personalized greeting.

πŸ“– Table of Contents

βš™οΈ Installation

  1. Clone the repository
    git clone https://github.com/your-repo/greetings-gui-app.git
    cd greetings-gui-app
  2. Compile the Java files
    javac -d . GreetingsGUI.java GreetingsFrameApp.java
  3. Run the application
    java greetingsframeapp.GreetingsFrameApp

πŸš€ Usage

  1. Launch the application.
  2. Enter your name and surname in the provided text fields.
  3. Click the "Greet" button to display a personalized greeting.
  4. Click "Clear" to reset the fields.
  5. Click "Exit" to close the application.

✨ Features

  • πŸ–₯️ Graphical User Interface built with Java Swing.
  • πŸ“ Text fields for user input.
  • πŸŽ‰ Personalized greeting display.
  • πŸ”˜ Interactive buttons to greet, clear, and exit.

πŸ“¦ Dependencies

  • Java SE (JDK 8 or later)
  • Java Swing (javax.swing)
  • Java AWT (java.awt)

πŸ”§ Configuration

  • You can customize the greeting message in GreetingsGUI.java.

πŸ›  Troubleshooting

Issue: "No main manifest attribute"
βœ… Solution: Ensure you're running the program with the correct package structure.

Issue: "GUI not displaying properly"
βœ… Solution: Verify that Java Swing is supported in your environment.

πŸ‘₯ Contributors

πŸ“œ License

This project is licensed under the MIT License.


πŸ“Œ Note: Update package names if needed before running the application.

About

A simple Java application that displays a personalized greetings message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages