iplus26 / JavaStuffs

:coffee: A collection of my java homework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OVERVIEW

Here is some simple works I made for my Java class, including a music player (Mp3Player), a midi player (Midi), a image modifier (Pci), a image compressor (Smaller), a graphic game and a clock (MyClock).

MUSIC PLAYER (Mp3Player)

The music player implements play, pause, stop and switch to the next song, using JID3 and JLayer libs.

Screenshot

MIDI PLAYER (Midi)

The midi player implements a piano on your computer. Play it using your keyboard or mouse. It's really not so good, considering I am really bad at the music and instruments. It uses JFugue lib.

Screenshot

IMAGE MODIFIER (Pci)

The image modifier, which I named Pci, could be used to add some effects to the image. The effects are like:

Screenshot

IMAGE COMPRESSOR (Smaller)

I am now working on it, using Class DCT by Stephen Manley.

reference: JEncode.java, GraphixTools - A collection of handy graphics functions

GAME (Hold60s)

The Hold60s is a simple graphic game. Use w, a, s, d to control the big circle, which represents yourself, to avoid the small circles drop from the top.

CLOCK (MyClock)

A really simple java clock, writing in the beginning of my java learning trip. Forget the user interface and focus on my sincerity.

Screenshot

About

:coffee: A collection of my java homework.


Languages

Language:Java 59.4%Language:HTML 40.4%Language:Shell 0.1%Language:CSS 0.0%