Search Results

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: cproud21 ; Forum: Java and child forums
Forum: Java Dec 8th, 2008
Replies: 1
Views: 331
Posted By cproud21
I am to design an applet that produces a six sided polygon in which the coordinates are set according to the location of the mouse when it is clicked. I am struggling setting each of the clicks to...
Forum: Java Dec 2nd, 2008
Replies: 2
Views: 358
Posted By cproud21
I have the following code that produces an applet of two eyeballs. I have a mouseMotionListener that is set so that when the mouse is moved around the pair of eyes, the eyeballs follow the pointer. I...
Forum: Java Nov 24th, 2008
Replies: 1
Views: 837
Posted By cproud21
The following applet that I have displays a house with two windows and a door that are colored in black. I want to display these items with window panes in them to show that they are open when the...
Forum: Java Nov 19th, 2008
Replies: 5
Views: 841
Posted By cproud21
i am getting warnings in the

(selection == decks[0])
deckPrice = 60;
if (selection == decks[1])
deckPrice = 45;
if (selection == decks[2])
...
Forum: Java Nov 19th, 2008
Replies: 5
Views: 841
Posted By cproud21
its on gettting the total even though that line was wrong ask well..
Forum: Java Nov 19th, 2008
Replies: 5
Views: 841
Posted By cproud21
I have a GUI app which in which I need to pass a value from an array to a List... here is what I have... The problem occurs when I try to pass the array element to the ActionListener...

im not...
Forum: Java Nov 18th, 2008
Replies: 0
Views: 474
Posted By cproud21
I have the following listing application that allows the user to make selections to build a skateboard. How can I add the values to the arrays which are declared? I do not understand how each value...
Forum: Java Nov 18th, 2008
Replies: 4
Views: 303
Posted By cproud21
Im not seeing any error in that line, it is set up the same way as the line above it, which doesn't show an error, and copied in the same manner as in my book..
Forum: Java Nov 18th, 2008
Replies: 4
Views: 303
Posted By cproud21
I am getting the following error...

init:
deps-jar:
compile-single:
run-single:
Exception in thread "main" java.lang.IllegalArgumentException: adding a window to a container
at...
Forum: Java Nov 17th, 2008
Replies: 2
Views: 641
Posted By cproud21
I am to create a menu application for a cell phone company. The user is to select their package, phone, and any additional add ons they would like, and it is to disply the prices. This is by far the...
Forum: Java Nov 10th, 2008
Replies: 2
Views: 437
Posted By cproud21
I wrote the code for the following 2 combo boxes which display a drop-down list of dorm buildings and meal plans for a college student. The code works, and both boxes are displayed. I have completed...
Forum: Java Nov 10th, 2008
Replies: 2
Views: 523
Posted By cproud21
I created a combo box for the selection of a dorm....

I need to create another combo box for the selection of a meal plan...

Should I write that in another class, or can I add it to this class?...
Forum: Java Oct 27th, 2008
Replies: 1
Views: 573
Posted By cproud21
I have written the following class, and demo, in which I used a default exception (InvalidInputException)... I ran it, and it worked. So I tried my own exception, which I cannot get to work. How do I...
Forum: Java Oct 27th, 2008
Replies: 3
Views: 417
Posted By cproud21
Yes, I know that but what I meant is that the demo class does not run... Im not sure as to what I did wrong...
Forum: Java Oct 27th, 2008
Replies: 3
Views: 417
Posted By cproud21
I am trying to write an exception to throw, for an invalid testScore array. If the scores are greater than 100 or less than one. I attached the three classes I have created. I also have to return the...
Forum: Java Oct 19th, 2008
Replies: 1
Views: 629
Posted By cproud21
I have the following prgoramming challenge to complete.. I am confused with a few things.. I have created the three classes which I have attached. I am struggling with the following if anyone could...
Forum: Java Oct 7th, 2008
Replies: 5
Views: 904
Posted By cproud21
I have attached 4 classes which I have created for the following assignment, as well as a test program which tests the other four classes. The only thing that I am having a problem with is reporting...
Forum: Java Oct 7th, 2008
Replies: 6
Views: 744
Posted By cproud21
okay thank you should the first two classes look more like this....


import java.util.Scanner;


public class parkedCar

{
Forum: Java Oct 7th, 2008
Replies: 6
Views: 744
Posted By cproud21
I have the following programming challenge to complete, and am stuck. I know what i have to do, which is to get information from the other three classes into the parking ticket class, and then print...
Forum: Java Oct 5th, 2008
Replies: 2
Views: 556
Posted By cproud21
I need to print the following array and am not sure how to do so. It uses an object which is already created named TimeAT....


import java.util.Scanner;
import java.util.Random;


/*
* To...
Forum: Java Sep 29th, 2008
Replies: 1
Views: 356
Posted By cproud21
I have the following classes completed and have to create a driver that:
rite a driver program to test your Clock class. The driver program should allow the user to enter both the current time and...
Forum: Java Sep 29th, 2008
Replies: 4
Views: 1,914
Posted By cproud21
Thank you Javaadict that makes so much more sense to me... I understand that I was not using the Time class... I also do not understand the driver program that tests the clock Class... I am unsure...
Forum: Java Sep 29th, 2008
Replies: 4
Views: 1,914
Posted By cproud21
I have the following program to write: given the TimeAT class:

The time class uses two integers, one to store the hours and one to store the minutes of a given point in time.

Write a Clock...
Forum: Java Sep 23rd, 2008
Replies: 5
Views: 889
Posted By cproud21
I so far I have two classes... main and month

Im not sure that I have them set up correctly... here is what I have so far:

package cjpmonthclass;



public class Main
{
Forum: Java Sep 22nd, 2008
Replies: 5
Views: 889
Posted By cproud21
I am new to programming and was thrown into an online java course before I took the prerequisite course. I love programming so far, but am lost in java and would appreciate any help that anyone has. ...
Showing results 1 to 25 of 25

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC