Menu
Tag

Tools

WriteFiles – a java tool to integrate multiple text files into a single file

WriteFiles is a java tool to integrate multiple text files into a single file. In some scenarios like where we need to copy all source code  or text files into a document or a text file, it is difficult to copy the content of all the files manually. For example, if you take java application where there will be several…

Word Type Count – a java tool to count words in a given string

“Word Type Count” is a tool developed in Java, useful to count number of occurrences of each word in the given String. It also counts the total number of words in the given string. The tool would look like as below. Download the java program from here. For example, in the above screen, we could see the input string “This…

FAQ Creator – a java tool to help creating FAQ file

“FAQ Creator” is a tool developed in java helps to create FAQ (Frequently Asked Questions) html files. This tool provides an user interface as below  and the procedure to add this tool is: Provide a file name including path to which the content will be written. Enter a question and its answer in the corresponding text fields. Click on “Save&Next”…

Java tool to import data from Excel To Database

Description: ExcelToDB is a tool developed in java to import data from MS-Excel to different data bases like MS-Access or Oracle. Currently this tool supports only these two database, but you can extend it to other databases if you required.   Click here to download the tool. You can also get the source code of this tool here and you…

BoxGame – a number puzzle game developed in java

BoxGame is a  number game developed in java, which opens a window with 16 cells filled with numbers from 1 to 15 and a blank cell filled with green color. All these numbers including blank cell are arranged randomly across the window. Use the arrow keys to play the game. When you press any arrow key, the blank cell will…

Access To Excel – a tool to help import data from MS-Access to MS-Excel

AccessToExcel is a tool developed using VBA script in MS-Excel. This tool is a macro enabled excel file. This tool helps to import data from MS-Access to MS-Excel. When the file is opened, it will open an input text box where we need to provide the path of the MS-Access file from which you want to import data and table…

Hi, Welcome here.
JOIN OUR NEWSLETTER
And get notified everytime we publish a new blog post.