Where to go for Java Help??

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Pyrite wrote:timv, And what do you mean by webstart?
http://java.sun.com/j2se/1.5.0/docs/gui ... tents.html ;)

(Basically, it's like microsofts 'click-once' technology. It installs and runs the application from a webpage... )

http://mindprod.com/jgloss/javawebstart.html (Roedy's glossary is in my bookmarks...)

Pyrite wrote: Here's the helper method I made for the sounds.
I only have experience with the JMF (Java Multimedia Framework). Anyway, a quick query got me at http://www.javaworld.com/javaworld/jw-0 ... nd-p2.html (code show how to load file from jar and feed it to the AudioStream)
Post Reply