Skip to main content

FAQ Creator

"FAQ Creator" is a tool developed in java helps to create FAQ (Frequently Asked Questions) files. The tool provides a user interface to interact with the tool. See below the screen shot of the user interface. You need to provide a file name to which the content will be written. The tool will take questions and answers, appropriate text boxes are provided in the tool. Enter a question and their answer in the corresponding text fields and click on "Save&Next" to save the question and answer to the buffer. And the same will be added to the list box in the left side of the GUI. Once all the questions and answers are entered in the tool, click on the button "Done". It will write the content from the buffer to the file. If you want to edit the question or answer, select the question from the list box. The question and the corresponding answer will be displayed in their text boxes, so that they can be modified or click on the "Delete" button to delete the same question from the list or buffer.

Visit Projects page of learningmela.com for more details and download the tool.

Popular posts from this blog

Fun Facts

Do you want to improve your knowledge? Do you want to impress friends with some facts? Then Fun Facts app is for you. "Fun Facts" is an android app shows some quotes which are funny but real facts. Install the app @  https://play.google.com/store/apps/details?id=com.sonuappz.funfacts

Java program to create PDF files

The below is a program to create a PDF text file in Java language.   This program reads a line of text from user and the text will be written to a pdf file. The pdf file name also be taken from the user input. This is a console java program.   Click here   to know more about the project.    Visit  Projects  page of  learningmela.com  to download more projects.

Java Program to use LDAP server

The below is a java program to demonstrate how to use the LDAP server connection to validate a user authentication. To check the authentication using LDAP server we required the user id and its password. We need to create a context to the LDAP server before connecting to it. And also we required to know the field names in the LDAP server.   Click here   to know more about the project.    Visit  Projects  page of  learningmela.com  to download more projects.