Coders Packet

Packets submitted by AZAHARUDDIN SAIKH

Quick Answer Game using JAVA, SWING & AWT

This is a quick answer game application program using Java, Swing & AWT libraries. This game will help you to train your mind by improving your calculation speed.

Digital Clock Application using JAVA & SWING, AWT

This is a digital clock Application program using java, java Swing & AWT libraries. It will show the Current Date with the day name and the current time.

Diagonal star pattern in Java

Diagonal star pattern in java program will generate a rectangular pattern composed of star(*) of entered number by user. This program should be accomplished by using for loop.