Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for dnmoore

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 …

Member Avatar for dnmoore
0
112
Member Avatar for dnmoore

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 …

Member Avatar for princeandzoe
0
334
Member Avatar for dnmoore

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 …

Member Avatar for Lusiphur
0
141
Member Avatar for dnmoore

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?

Member Avatar for janardhana
0
114
Member Avatar for dnmoore

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; …

Member Avatar for guru12
0
81
Member Avatar for dnmoore

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 …

Member Avatar for DdoubleD
0
48
Member Avatar for dnmoore

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 …

Member Avatar for quuba
0
170
Member Avatar for dnmoore

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; …

Member Avatar for dnmoore
0
115
Member Avatar for dnmoore

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 () { …

Member Avatar for dnmoore
0
150
Member Avatar for dnmoore

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 …

Member Avatar for dnmoore
0
92
Member Avatar for dnmoore

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() …

Member Avatar for dnmoore
0
114
Member Avatar for dnmoore

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 …

Member Avatar for dnmoore
0
2K
Member Avatar for dnmoore

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 …

Member Avatar for stultuske
0
516
Member Avatar for Panarchy

Hello This is the sister article to my question on C++. I've been told by some other people that java is a better language to learn for the kind of implementation needed. Please don't close the other topic, or stop replying to the other topic, as both of these will …

Member Avatar for masijade
0
235