Re: Can Somebody check this code?
ok, the problem is my save and load buttons from the GUI wont work ! and how do i make them function ?
like save and load ! you save a file which means its saved on to the HDD !
and load the file which a browser opens up and you select the file you want to load or open then when pressed load that file appears on those columns listed .... usually im doing a .txt file ! so nothing complicated ! not using (All Kinds Of Files) !
Does that answer your question ?
Or give me suggestions how i can clarify your willing questions to be like ? (type some example questions IF THIS WAS NOT HELPFUL FOR THE HOW MANY TIME NOW) ?!
Re: Can Somebody check this code?
You can not execute a program that does not compile without errors. You must fix the compile errors BEFORE you can execute a priogram.
Have you fixed the compiler error yet?
Does the program now execute?
What happens when you execute it?
Please Edit your post and wrap your code with[code=java]<YOUR CODE HERE>[/code] to get highlighting
1 Attachment(s)
Re: Can Somebody check this code?
If you mean debug file, i already have which what it does ... display bunch of red lines down at the output console in NetBeans !
The program executes, without those buttons working !
When I execute the program I see this Attachment 1006 !
1 Attachment(s)
Re: Can Somebody check this code?
Yes i have debugged the file ... when i execute the program all bunch of red text is being displayed in the output console down below ...
I have fixed the compiler error yet ... if you mean GUI opening up after running process ! the rest wont work meaning as those buttons !
Program executes except those save and load buttons !
When I execute the program, it displays this Attachment 1007
Re: Can Somebody check this code?
The code you posted does NOT compile without errors. Your IDE is fooling you.
You must fix the compiler errors BEFORE you can execute the program.
Copy and paste the full text of the compiler's error messages here if you want help fixing them.
Edit your post and wrap your code with[code=java]<YOUR CODE HERE>[/code] to get highlighting
Re: Can Somebody check this code?
sorry for posting it double ! i thought my first post didnt went through :S
Re: Can Somebody check this code?
Quote:
bunch of red text is being displayed in the output console down below
You need to learn how to use your IDE first. It is showing you errors and you don't know how to use the IDE to find out what the errors are and how to fix them.
Look for a forum for your IDE and find out how to use it.