The Simple Blog App is a basic Java Swing application that allows you to create and view blog posts. It provides a user-friendly interface for creating new blog posts and viewing existing ones. You can also exit the application whenever you want.
- Create a new blog post with a title and content.
- View all available blog posts, with titles displayed.
- Click on a blog post title to view its content.
-
Run the Java program to start the Simple Blog App.
-
Main Menu:
- Click the "Create a new blog post" button to create a new blog post. You will be prompted to enter a title and content.
- Click the "View all blog posts" button to view a list of all available blog post titles. Click on a title to view its content.
- Click the "Exit" button to close the application.
-
Create a Blog Post:
- After clicking "Create a new blog post," enter a title and content for your blog post and click "Submit."
-
View Blog Posts:
- After clicking "View all blog posts," you'll see a list of blog post titles.
- Click on a title to view the full content of that blog post.