Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: I'm Still Listening (shameless self promotion, Pandora)

  1. #1
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Lightbulb I'm Still Listening (shameless self promotion, Pandora)

    Does anybody listen to Pandora? You know the "I'm still listening" button that pops up once an hour or so? I made a little program that automatically clicks it for you, so you don't have to pay attention to your computer to keep the music going (for parties, or when you're busy doing other stuff, etc). Check it out if you feel like it: I'm Still Listening!

    I mostly wrote the program for myself, and it's not too much to look at, but it does demonstrate some cool stuff you can do in Java. It uses the Robot class to check your screen for the button, and clicks it if it sees it. It also uses the nifty SystemTray class for a menu, which I think is kinda cool.

    It works great on my system, so maybe it will prove useful to others as well (and if anybody has any problems with it on their system, I'd love to hear about them). Or maybe the code will give somebody other ideas about how to use those capabilities.

    I've also posted this here: http://www.java-forums.org/reviews-a...tml#post253288
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  2. The Following User Says Thank You to KevinWorkman For This Useful Post:

    newbie (December 22nd, 2011)


  3. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: I'm Still Listening (shameless self promotion, Pandora)

    I have never used Pandora before but the program looks good. I love writing useful little applications like this!
    I remember the days of 'Paid for surfing' schemes. All you had to do to prove you were still active was to move the mouse
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  4. #3
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: I'm Still Listening (shameless self promotion, Pandora)

    Quote Originally Posted by JavaPF View Post
    I have never used Pandora before but the program looks good. I love writing useful little applications like this!
    Haha thanks. I got the idea when somebody here was asking for project ideas, and at the same time I was reading his post, Pandora stopped to ask me if I was still listening. I was going to jokingly tell him to write me that program, but then I thought it would be fun to do myself. It was a nice little escape after dealing with my huge final project for the past few weeks.

    Quote Originally Posted by JavaPF View Post
    I remember the days of 'Paid for surfing' schemes. All you had to do to prove you were still active was to move the mouse
    Oh man, we could all be millionaires!!!
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #4
    Forum Squatter newbie's Avatar
    Join Date
    Nov 2010
    Location
    North Wales
    Posts
    661
    My Mood
    Stressed
    Thanks
    28
    Thanked 115 Times in 106 Posts
    Blog Entries
    1

    Default Re: I'm Still Listening (shameless self promotion, Pandora)

    Very nice Kevin.
    Although Pandora isn't available outside the U.S I still checked out the app and code, and I must say, It's very neat and compact.

    I actually never knew such API's which you used existed, so +1 for introducing me to them as well
    Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code

  6. #5
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: I'm Still Listening (shameless self promotion, Pandora)

    Quote Originally Posted by newbie View Post
    Very nice Kevin.
    Although Pandora isn't available outside the U.S I still checked out the app and code, and I must say, It's very neat and compact.
    Thanks! I always plan on adding really informative comments as well, but somehow I always lose interest right before then, haha.

    Quote Originally Posted by newbie View Post
    I actually never knew such API's which you used existed, so +1 for introducing me to them as well
    Awesome! That was one of my goals, so mission accomplished!
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Quidditch (shameless self promotion)
    By KevinWorkman in forum The Cafe
    Replies: 9
    Last Post: July 15th, 2011, 12:25 PM
  2. Argument promotion
    By u-will-neva-no in forum Java Theory & Questions
    Replies: 3
    Last Post: May 16th, 2011, 07:02 AM
  3. JFrame Movement Listening
    By aussiemcgr in forum AWT / Java Swing
    Replies: 3
    Last Post: March 9th, 2011, 11:48 AM
  4. Listening to 2 Key Presses
    By aussiemcgr in forum Java Theory & Questions
    Replies: 3
    Last Post: January 18th, 2011, 06:09 PM