I’ve coded a simple Game by Java – A HangMan Game! To make it interesting, The game is called HangCoder which means, it is played by a programmer! Don’t worry, it only means you will be given words related to programming to guess. The source code is open and allowed to modify. It is helpful […]
Category Archives: Java
By Java, you can perform automatic mouse clicks, keyboard press etc. I’ve created a short application by which you can make automatic mouse click in a certain co-ordinate! Download Source/Executable Download from GoogleCode (source/executable) Please note: This is not any professional application, if you want to use professional mouse-recording or macro-recorder for presentation or other […]
Every time you make a fresh installation of ubuntu, you need to download large software packages again. So the best way to save time is to download the installer files and store it in a different hard-disk drive. Later, we can simply double-click the installer file to install the application! This tutorial is not only […]
You can make executable .JAR files from your java class files. This .jar file is a compressed single file which can be executed from desktop by opening double-clicking! Fist of all, you need your class files of your program. So if you have three java sources, named my.java, you.java & they.java, First of all go […]