Search:

Type: Posts; User: coyboss

Search: Search took 0.13 seconds.

  1. Replies
    9
    Views
    2,929

    Re: Need Help on Updating a GUI Java

    hmmm still waiting on feedback on this topic.

    THanks all
  2. Replies
    9
    Views
    2,929

    Re: Need Help on Updating a GUI Java

    OK Copeg,
    The first thing I need to figure out is how to modify the gui so that users can input the values for term in months, Rate in percent, & loan amount.
    So I guess I need to modify the code...
  3. Replies
    9
    Views
    2,929

    Re: Need Help on Updating a GUI Java

    OK let me clarify a bit.

    My code as posted Compiles & runs OK.

    What I need to know is how to make the necessary changes to the current code so I can accomplish what I need to do with it.

    I...
  4. Replies
    9
    Views
    2,929

    Need Help on Updating a GUI Java

    Hi all,
    I am working on a java program and I need to update it so that it does the following:
    ****Write the program in Java (with a graphical user interface) so that it will allow the user to...
  5. Replies
    5
    Views
    3,260

    Re: Trying to add a close button

    so are you talking about using the f.add (new JButton(:closeButton:)); method??
    If so I already tried that and it said it couldn't find the jbutton.

    so where else would I add it??
  6. Replies
    5
    Views
    3,260

    Re: Trying to add a close button

    OK I tried to add it to the run command, but it still gives errors.

    Here is the updated code:


    // Import the swing and AWT classes needed
    import java.awt.EventQueue;
    import...
  7. Replies
    5
    Views
    3,260

    Trying to add a close button

    HI all,

    I am trying to add a close button to some basic swing code I was playing with, but no matter where I put the code for the Jbutton I get errors.

    Here is the code for the program as is...
  8. Replies
    4
    Views
    1,588

    Re: Looking for guidance and instructions

    OK I am just going to close this thread,
    I have gotten people confused.
  9. Replies
    4
    Views
    1,588

    Re: Looking for guidance and instructions

    OK let me clarify something
    I have tried to compile both files in TextPad but they both give errors.
    here are the errors for the 1st code:
    .\InvestmentFrame.java:25: illegal combination of...
  10. Replies
    4
    Views
    1,588

    Looking for guidance and instructions

    In the book we are reading for my Java 2 class there is a section on GUI that gave me some code, but I don't know how to use it in a text editor (textpad) to make the code so it will work.
    There are...
  11. Replies
    1
    Views
    1,607

    Re: Problem with Output # of lines

    Thanks everyone for all the help!!
  12. Replies
    5
    Views
    1,776

    [SOLVED] Re: Code is correct, but incorrect output?

    not sure if this is correct,

    But I just though U could replace
    return !pig; on line 10 with
    return !true;

    this gives the false return

    IKE
  13. Replies
    1
    Views
    1,607

    Problem with Output # of lines

    Hi all,

    I am having a problem with my code,
    It is supposed to display 10 lines of text when I run it, but at first it does that, then it goes and displays 20 lines at a time. I am at my wits end...
  14. Replies
    0
    Views
    1,973

    Mortgage Calculator Issue

    HI all,

    I have my code working only problem is that on the first loan its supposed to stop after 84 months, but it goes all the way to 100.
    This of course causes a negative ammount to be...
Results 1 to 14 of 14