Java

VibrantPlayer – an open source MP3 Player!

Posted by on Dec 6, 2011 in Java | 0 comments

VibrantPlayer – an open source MP3 Player!

In 2008 I created a Java Swing-based MP3 player which I called "VibrantPlayer". My intention was to create a beautiful looking media player which could be styled through custom themes, extended via downloadable plugins and which should offer the possibility to edit the ID3 meta data of MP3 songs.

read more

Background image on JPanel

Posted by on May 18, 2011 in Java | 1 comment

Background image on JPanel

Applications often look sterile and lifeless. Adding a background image is a simple yet effective way to fight boring and dull interfaces.

read more

Yes, no or maybe?

Posted by on May 14, 2011 in Java | 0 comments

You sometimes run into situations where a simple true or false boolean value simply isn't enough and you are looking for three possible states: yes, no or maybe. This tiny tutorial shows you how to achieve this in two ways: the traditional way in a good software design manner or the short and tricky way.

read more