Category: Java

Lightbox Jar

LightBox.jar --- Jar that helps you providing light box like effect in your desktop  application built in swing.  You may have seen light box effects on a website but very rarely have seen light box effect in a desktop application specifically in applications that are built in java swing.  This jar helps you put light … Continue reading Lightbox Jar

Create a scheduler task in 5 simple steps – java

Most people don't know how to run some specific task at specific time in java. For example send daily email at 11:59 or do a daily wind up job or weakly database clean up job, etc. So here you will find how to schedule task in java in 5 simple steps. Before starting first you … Continue reading Create a scheduler task in 5 simple steps – java