Well, well, well.
While digging into my old projects I found this old gem, written back in early y2k. I decided it is not about time for this project to die yet, so I hosted it @hiena-mp3-player on Google Code.
In short this is a 100% pure Java mp3/ogg player written in Swing. It was started as a proof of concept that Swing can actually work and make beautiful UI. You would be surprised by the stunning interface Hiena has.
And you can you can launch the Music Player from here .
Enjoy it and listen music responsively




3 Comments until now
I tried hiena, very good performance.
Hi Atanas,
The UI is looked beautyfull, did you set the style using xml? Or just set the image one it as inserting background image on panel/frame and setting the icon of components?
Thank you!
There are two big background images:
– player image
– playlist image
And tons of button images, as each button consists of 3 images:
– normal button
– rollover button
– pressed button.
And as you may have noticed, the transition between the button states is pretty smooth. I am using Threads with applying Alpha transparency to switch between button states.
You can find all the resources:
http://code.google.com/p/hiena-mp3-player/source/browse/#svn/trunk/src/resources/images%3Fstate%3Dclosed
and the project is sources are:
http://code.google.com/p/hiena-mp3-player/
Cheers
Add your Comment!