pandora boy
This is a little Java controller for controlling pandoraboy, which is a controller to control pandora. It's a little smaller and more convenient and looks like this:
To use it first start up the real PandoraBoy in your applications and then start this and you can have a small controller instead of using the larger Pandora Boy. There's a shell script in the tar to do both to make it less cumbersome.
The up and down arrows are for voting a song up or down. The pause and play are to pause/play the song. The right arrow is to go to the next song. Here is the source:
pandoraboy.tar.gz
Since you need the mac classes or your classpath, run it with the Makefile.
$ make run javac -g -classpath .:/System/Library/Java PandoraBoy.java java -classpath .:/System/Library/Java PandoraBoy
