No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
Can anyone help me I cant seem to get my play/stop button to stop and play my background music. i imported my sound to my library and created the button to play and stop the sound but it doesnt work what is the easiest way to do this in action … | |
I created a java program to calculate a persons BMI, but we have to convert the weight from pounds to kilos and height from inches to meters using the numbers in my program, but it just doesnt worl the way its suppose to can some PLEASE help me figure it … | |
I have to create web site and use CSS for the design/layout and I created the pages for my site using jsut the basic html but thats isnt right, i dont know how to do the font and back ground stuff in CSS and I asked several people to help … | |
I've added music to my website but it only plays on the homepage is there a way i can make it play in the background as guest are browsing the site? | |
Ok I created a website for my Chapter at my school for our Org and I added the weather feature but it never updates itself to match the current weather how can i fix it this is what my code looks like [code] <td width="47%" align="left" valign="top" style="border-right-style:none; border-right-width:medium; border-top-style:none; … | |
I created a website for my chapter org and I just wanted some advice on how to get rid of the extra space not being used on the home page(saved as the index page) especially in the weather area and is there a way i can get my guestbook to … | |
have to creat a geosolid class that has 3 sub class i choose sphere cylinder and cone, i got the first two to work but my cone class works except when it calculates the volume it keep getting 0 no matter what number is use for the hieght and radius … | |
Attached your will find my completed files, I only have one question about the parent class which is called GoeSolids it has to be a generic geometric solid and i dont think I did that quite right. will someone be able to help me fix it? import java.util.Scanner; import java.text.DecimalFormat; … | |
I have to create a database that implements an array that stores a persons first name and last name and zip code this is what i have so far for my individuals array public class IndividualsArray { private Individuals[] array; private int count; private int zipCode; public IndividualsArray () { … | |
I have the following GUI code but my JLabel for results doesn't work when either of the buttons are pushed [code] import java.awt.*; import java.awt.event.*; import javax.swing.*; public class TempConverterPanel extends JPanel { private JLabel input, results; private JButton output_f, output_c; private JTextField temp, fahrenheit, celsius; public TempConverterPanel() { setLayout … | |
I need a little help converting my GUI panel into JButtons instead of text for some parts [code] //Davina Moore //TempConverterPanel //November 6, 2008 import java.awt.*; import java.awt.event.*; import javax.swing.*; public class TempConverterPanel extends JPanel { private JLabel input, results_f, results_c; private JButton output; private JTextField fahrenheit, celsius; public TempConverterPanel() … | |
I have to create a temperature conversion project using a method and driver class...... i did it b4 put only as one file , i started the driver class but when i compile i get a couple errors; the errors i get are: Degree.java:30: illegal start of expression public double … | |
I have to create a program to calculate the number of years it will take to become a millionaire if i invest a certain amount and receive interest on it. I need a little help on how to start it, the only thing i have so far is we have … | |
Re: i know this is off topic but i needed a little help with my java progrma i posted a forum called help with BMI program, I just need a little help with were i went wrong and why its not working, so if any one can help please do so … |
The End.