Recent content by doug5289
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
Thanks. I'm working on it!- doug5289
- Post #29
- Forum: Engineering and Comp Sci Homework Help
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
What is a code tag?- doug5289
- Post #27
- Forum: Engineering and Comp Sci Homework Help
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
This is only my fourth week of class and I am not sure what you mean by code and code tags. This is the entire program with what I tried to enter along with the comments of what I am suppose to do for class with this project. The component side compiled but not the test side. thanks- doug5289
- Post #23
- Forum: Engineering and Comp Sci Homework Help
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
Anyone want to help? My class side compile but not sure if it is right! Tester side needs help.. public class LastNameFirstName_BankAccount { //Class's Instance Variables private double balance; private String name; //Instance Constructor //Student: Write the instance...- doug5289
- Post #21
- Forum: Engineering and Comp Sci Homework Help
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
This is the class side of the program Thanks for your help, this side compiled. public class RistDouglas_DoubleMyNumber { //Instance Variables private int num, myNumber; //Instance Constructor public RistDouglas_DoubleMyNumber() { this.num = myNumber; }...- doug5289
- Post #18
- Forum: Engineering and Comp Sci Homework Help
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
I am getting this error while compiling this: Any help would sure be welcomed. I am in my first year and never dreamed it could be this hard. E:\RistDouglas_DoubleMyNumberTester.java:21: cannot find symbol symbol : constructor RistDouglas_DoubleMyNumber(int) location: class...- doug5289
- Post #16
- Forum: Engineering and Comp Sci Homework Help
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
Only have g2 and trying to switch from draw to fill...- doug5289
- Post #14
- Forum: Engineering and Comp Sci Homework Help
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
Already set color, using g2.draw(rect1); want to change to g2.fill(rec1); It will draw but won't fill- doug5289
- Post #12
- Forum: Engineering and Comp Sci Homework Help
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
I am trying to fill a rectangle and no matter what I put it doesn't fill it up. Any idea's? g.fillRect(10, 10, 80, 30);- doug5289
- Post #7
- Forum: Engineering and Comp Sci Homework Help
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
Worked perfect! End to a long stressful day and I have just begun...- doug5289
- Post #6
- Forum: Engineering and Comp Sci Homework Help
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
I found what I was missing, it was declaring the color. I did have the import java.awt.color loaded but it did not find the symbol, as soon as I put in Color myColor; it compiled I do need to know how to set a color not using the word red or green etc with using the numbers (255, 200,150)...I...- doug5289
- Post #4
- Forum: Engineering and Comp Sci Homework Help
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
Homework Statement Why am I getting an error message "Cannot find symbol" Homework Equations The Attempt at a Solution- doug5289
- Thread
- Error Java Symbol Troubleshooting
- Replies: 29
- Forum: Engineering and Comp Sci Homework Help