Search:

Type: Posts; User: gatorsgirl

Search: Search took 0.39 seconds.

  1. Replies
    2
    Views
    1,877

    Writing to output text file

    Hello all,

    I have been working on a program and it is almost done, however I have 2 small issues:
    Number 1: I need to write my information to an output.txt file, however, I can't seem to get...
  2. Replies
    2
    Views
    1,178

    Re: Sorting an ArrayList

    Thank you for the advice, I will try that.
  3. Replies
    2
    Views
    1,178

    Sorting an ArrayList

    Hello all,

    I am working on a program for school and I am having trouble with sorting my list. The numbers I receive in my output are correct, but not in ascending order as required.

    Here is my...
  4. Replies
    8
    Views
    2,133

    Re: I/O Program output error

    I do apologize for the indentation...I am still so new with JAVA that I am not as organized as I would like. Thank you so much for the tip. I will remove the comment and attempt to put a correct...
  5. Replies
    8
    Views
    2,133

    Re: I/O Program output error

    Thanks again...I was able to figure out the decimal format class and get that to work, however I am still having trouble with adding my agent id values. I am assuming I need an if else statement,...
  6. Replies
    8
    Views
    2,133

    Re: I/O Program output error

    Thank you for the advice. I will give that a try and see what happens.
  7. Replies
    8
    Views
    2,133

    Re: I/O Program output error

    Thanks for your response.

    Here is the ouptut I am getting:

    COMMERCIAL
    FARM
    LAND
    RESIDENTIAL
    101 500000.0
    101 600000.0
  8. Replies
    8
    Views
    2,133

    I/O Program output error

    Hello All,

    I am working on a program that requries me to read and analyze a .txt file and output the results to a .txt file, but I am getting incorrect output. I have been successfull with part...
  9. Replies
    4
    Views
    1,720

    Re: problem with printing to text area

    Yes, I posted both topics. Wasn't sure if they were the same thing or different problems.
  10. Replies
    4
    Views
    1,720

    problem with printing to text area

    I have created a gui which is supposed to print calculations in a text area, however nothing prints when I hit the run report button.

    This is the snippet of code I am using. I am very new to java...
  11. Re: Need help with java gui and nested for loop

    I went over my code and edited it so that it should have the correct formatting now, however, now nothing will print in the text area when I hit the run report button. Any ideas on what I am doing...
  12. Re: Need help with java gui and nested for loop

    That makes sense. I will work on that. Thank you so much for the help. I will keep you posted on my results.
  13. Re: Need help with java gui and nested for loop

    1126


    Yes, the program computes the totals one time for each of the values entered when all I want is a total of all values. I have a button for the user to press once all values have been...
  14. Re: Need help with java gui and nested for loop

    It does calculate the totals for the times entered and the payments. It also calculated the average per hour wage. The last 5 lines of the output are correct, as follows:

    Report of your Wages to...
  15. Re: Need help with java gui and nested for loop

    **The user enters 3 time amounts and 3 payment amounts for 3 tutor sessions and the report button is supposed to generate a total of all 3 times and a total of all 3 payments and also gives an...
  16. Need help with java gui and nested for loop

    Hello all,

    I have created a program(gui) that allows a user to input time and minutes in textfields and then calculates the totals and average wages per hour, to generate a report that displays...
Results 1 to 16 of 16