Forum: Java Apr 3rd, 2008 |
| Replies: 2 Views: 1,911 thanx ezzaral.
I'll try that now |
Forum: Java Apr 3rd, 2008 |
| Replies: 2 Views: 1,911 Hi all,
I got a code in 2 programs that allow me to open the file, write the file, then close it.
BUT...I want to open it back up and read it then close it again and i don't know how to. Below... |
Forum: Java Mar 3rd, 2008 |
| Replies: 3 Views: 1,197 |
Forum: Java Feb 28th, 2008 |
| Replies: 3 Views: 1,197 hey guys and gals,
newb back again with a little request from the Java Gods. in line 31 i've got an error saying "cannot find symbol"
NextRecord record = new NextRecord();
i've got 2! count... |
Forum: Java Feb 21st, 2008 |
| Replies: 4 Views: 1,315 |
Forum: Java Feb 21st, 2008 |
| Replies: 4 Views: 1,315 okay, i've been following along a little on the chap 11 pages and it leads you to write a testing program. both will compile for me but then not run...not sure exactly where to go & i've gone thru... |
Forum: Java Feb 18th, 2008 |
| Replies: 4 Views: 1,315 hey all, the noob is back. and with more questions that you guys will probably make fun of me for but...whatever.
I am creating a GUI design where there are four labels (it doesn't need... |
Forum: Java Dec 13th, 2007 |
| Replies: 9 Views: 1,648 I think I've got the Triangle line down but I've been following a couple different examples in the book but still no dice. this is what i currently have...
import javax.swing.JOptionPane;
... |
Forum: Java Dec 11th, 2007 |
| Replies: 9 Views: 1,648 well...the NetBeans is giving me <identifier>expected on this code below:
String "type";
and the same thing in the cmd about line #12 with the <identifier> expected at the String "type"; part... |
Forum: Java Dec 10th, 2007 |
| Replies: 9 Views: 1,648 thanx darkagn & masijade...now i have the below code & i've cleared out a couple more errors but still won't compile or run (obviously)...
Guidance? tips?
import javax.swing.JOptionPane;
... |
Forum: Java Dec 9th, 2007 |
| Replies: 9 Views: 1,648 sup ya'll, i've been doing this Triangle class homework for a couple of days and have ended up having to change how i am attacking it like 2wice but anyway. i've hit the last wall i think i can hit.... |
Forum: Java Nov 29th, 2007 |
| Replies: 7 Views: 2,126 |
Forum: Java Nov 15th, 2007 |
| Replies: 15 Views: 1,874 i feel exactly what you're saying and thanx for the help but it's so hard when you feel like you're drowning in this class if i don't have some type of edge but i just found i have a B+ in the course... |
Forum: Java Nov 8th, 2007 |
| Replies: 15 Views: 1,874 now i'm working with the below code that's compiling and going 'sort-of' where i want but the number that it is giving for the amount of times 'a' shows up is strange like 000000111
Help?
... |
Forum: Java Nov 8th, 2007 |
| Replies: 15 Views: 1,874 oh i also just noticed that i totally had the main method in the wrong place. trying to compile now. |
Forum: Java Nov 8th, 2007 |
| Replies: 15 Views: 1,874 |
Forum: Java Nov 8th, 2007 |
| Replies: 15 Views: 1,874 what should i do about that part that won't compile because i don't see why its going thru on the cmd but then not working |
Forum: Java Nov 8th, 2007 |
| Replies: 15 Views: 1,874 the below program is supposed to read the string you input and count the amount of times that the letter 'a' appears in it. if it doesn't find the letter 'a', it's supposed to tell you that there... |
Forum: Java Oct 25th, 2007 |
| Replies: 5 Views: 700 Super thanx to Ezzaral and you mickinator. Sorry for being such a pain but the person in class with me who is also working on this were stopped as to not know exactly what else to do because we're... |
Forum: Java Oct 24th, 2007 |
| Replies: 5 Views: 700 Hey all,
I've tried not to ask questions for like a week or two but, I've got the Introduction to Java Programming (sixth edition) and I'm doing the Exercise 7.2 'The Fan Class' where I am to;... |
Forum: Java Oct 18th, 2007 |
| Replies: 4 Views: 2,268 mucho thanx everyone. got it...down pat |
Forum: Java Oct 11th, 2007 |
| Replies: 4 Views: 2,268 hey all,
still very new, i'm trying to create an array and then get an average of the numbers. this is for a class of mine and a friend says i'm close but the book doesnt really give any further... |
Forum: Java Oct 3rd, 2007 |
| Replies: 9 Views: 891 Okay, I've let it go and tried to end all with this since there's no specified function I just figured I'd do this but still getting problems
public static int i(int i)
{
... |
Forum: Java Oct 3rd, 2007 |
| Replies: 9 Views: 891 well the book doesn't actually give a purpose for the program. it just wants you to make it work. and maybe that's the problem that i've been having. maybe i feel i'm bound to something that i'm... |
Forum: Java Oct 3rd, 2007 |
| Replies: 9 Views: 891 this part says 'missing method body, or declare abstract' and 'return outside method'
public static int i(int i);
{
if (i == 0)
{
... |
Forum: Java Oct 3rd, 2007 |
| Replies: 9 Views: 891 okay, super thanx...
i've now plugged it into the full system but then errors flew up everywhere. here's the whole thing:
public class Five {
// Declare Variable
int i; |
Forum: Java Oct 3rd, 2007 |
| Replies: 9 Views: 891 hello everyone, i'm in class and having problems with this method declaration. i'm brand new so please don't be too rough, just trying to understand what i'm doing wrong & what will be needed to fix... |