Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-07-2008, 04:09 PM
geork's Avatar
Member
 
Join Date: Jan 2008
Posts: 14
geork is on a distinguished road
musically stuck cry for help 2
hi all!
i'm trying to play some music but it doesn't like the following:
Code:
Code:
import java.applet.AudioClip; import java.awt.FlowLayout; import javax.swing.JApplet; class ll extends JApplet{ private AudioClip sound1,currentSound; public void init(){ setLayout( new FlowLayout() ); sound1 = getAudioClip( getDocumentBase(),"musicsandstorm.wav"); currentSound = sound1; }}
and
Code:
Code:
class usell { public static void main(String args[]){ new ll(); } }
please help
__________________
he who laughs last probabely just got the joke
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stuck on Two Questions, Please Help sylo18 New To Java 5 03-11-2008 03:03 AM
musically stuck geork New To Java 1 02-06-2008 11:44 PM
Stuck and Frustrated. jazzinspace New To Java 7 01-12-2008 04:38 PM
hi there i am stuck with a construct can anyone help??? sonal New To Java 3 12-05-2007 04:22 AM
I am completely stuck jpnym15 New To Java 2 11-14-2007 08:40 PM


All times are GMT +3. The time now is 04:48 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org