Search:

Type: Posts; User: ArcherGilly

Search: Search took 0.11 seconds.

  1. Re: I have tried this many times and I don't get the correct code.

    You need to create objects within the HelloTester class. The code you submitted:



    class HelloTester
    {
    public static void main ( String[] args )
    {
    HelloObject...
  2. [SOLVED] Re: Problem trying to add a new file each time, without overwriting the previous.

    Thank you both for your help, I have decided to change it slightly so instead of creating new files each time, is to append to the original seperated by astrixis. If you have the time, would you be...
  3. [SOLVED] Re: Problem trying to add a new file each time, without overwriting the previous.

    That is the problem I am having, trying to create a new file every time the program is run and the submit button is pressed. I would like to theoretically take all the answers and have it sent to an...
  4. [SOLVED] Re: Problem trying to add a new file each time, without overwriting the previous.

    Norm, I know a little bit about arrays, but my programming experience is very low.

    would I put


    q1 = answer1.getText();
    q2 = answer2.getText();
    q3 = answer3.getText();
    q4 =...
  5. [SOLVED] Problem trying to add a new file each time, without overwriting the previous.

    Hi, I was wondering if you can help, I am creating a questionaire that when the submit button is pressed, the information is saved into a .txt file and saved on the computer locally...for now. The...
Results 1 to 5 of 5