Coders Packet

Packets submitted by MADHUR AGRAWAL

Audio Player in Java using javax.sound.sampled package to play .wav format audio files

This project makes use of javax.sound.sampled package to play, pause, stop and do some more functions on a .wav format audio file. JFileChooser has been used to select the audio file.

Compound Interest calculator with Tabular and Graphical Representation using Java

This project calculates the compound interest, represents the result in form of a table, and also makes use of JFreeChart Library to represent the result graphically.

Resume Maker Using Java

A resume or a CV is a document that lists your work experience, education, skills, and hobbies. I have tried to build a Resume Maker in Java using Apache POI API.