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.
- Clone the repository
git clone https://github.com/your-repo/greetings-gui-app.git cd greetings-gui-app
- Compile the Java files
javac -d . GreetingsGUI.java GreetingsFrameApp.java
- Run the application
java greetingsframeapp.GreetingsFrameApp
- Launch the application.
- Enter your name and surname in the provided text fields.
- Click the "Greet" button to display a personalized greeting.
- Click "Clear" to reset the fields.
- Click "Exit" to close the application.
- π₯οΈ Graphical User Interface built with Java Swing.
- π Text fields for user input.
- π Personalized greeting display.
- π Interactive buttons to greet, clear, and exit.
- Java SE (JDK 8 or later)
- Java Swing (
javax.swing
) - Java AWT (
java.awt
)
- You can customize the greeting message in
GreetingsGUI.java
.
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.
- Your Name (you@example.com)
This project is licensed under the MIT License.
π Note: Update package names if needed before running the application.