Just finished AP course in HighSchool, starting first project.

Hello all,

I just finished an AP course in my high school and our final project is the first where we actually have to work with a partner. Basically, my partner and I want to create a media player/organizer, something like iTunes or WMP. We also want to add certain features that we feel these popular players lack (like a temp playlist where you could enqueue songs and once they are done playing it goes random again). What material do I have to read before going on to making this program (i.e. Java Media Framework and whatnot)

Thanks alot.

[564 byte] By [IlyaKricha] at [2007-11-27 6:13:46]
# 1

> What material do I have to read before going on...

That is entirely dependent on what you have read so far, and how much of it you grasped and are able to apply. Since we don't know that, and we don't know what your current level of knowledge is, there is no way to provide you an accurate answer beyond a lucky guess.

So, brush up on JMF as you mentioned, make sure you're familiar with Swing, understand good design principles (MVC, etc.), and test as you go.

Good luck!

~

yawmarka at 2007-7-12 17:22:37 > top of Java-index,Java Essentials,New To Java...