Search:

Type: Posts; User: jdubicki

Search: Search took 0.08 seconds.

  1. Replies
    0
    Views
    6,261

    Setting a spinner from Shared Preferences

    Hello All,

    Here is my dilemma. I have a spinner with items that correspond to values that will be used in a calculation depending on which spinner item is selected. I also have a button that will...
  2. Replies
    2
    Views
    1,392

    Re: JCombo Box to populate 2 JTextFields

    I just wanted to let everybody know that I have figured it out. You guys have been extremely helpful by not acknowledging my post, let alone providing suggestions or feedback of any sort. Keep up the...
  3. Replies
    2
    Views
    1,392

    JCombo Box to populate 2 JTextFields

    Hello Everyone,

    I want to have a JComboBox that has 3 options:

    7 Years at 5.25%
    15 Years at 5.5%
    30 Years at 5.75%

    I also have two JTextFields; one is for percentage and the other is for...
  4. Replies
    6
    Views
    1,749

    Re: Parsing from a GUI text field

    As of right now the principal, interest rate, and term are hard coded in the Mortgagecalculator class. Ultimately I want to pull the value entered into the given text field and use it in the...
  5. Replies
    6
    Views
    1,749

    Re: Parsing from a GUI text field

    This is a mortgage calculator made up of three classes; GUI, GUIOutput, and MortgageCalculator, The GUIOutput class is still under development and not being used. The GUI class has three JTextFields...
  6. Replies
    6
    Views
    1,749

    Parsing from a GUI text field

    Hello,

    Here is my issue. I am trying to parse the string entered into the JTextField of my GUI so that it can be used in a calculation. The GUI is in one class and the calculation is in another....
  7. Replies
    3
    Views
    1,488

    Re: Problem diplaying output infor in GUI

    The program works fine when I print out my results to the console using System.out.println. I want list out the results in a box within the GUI My question is what swing components and code do I use...
  8. Replies
    3
    Views
    1,488

    Problem diplaying output infor in GUI

    Hi,

    I'm am sure what I am trying to accomplish is rather simple but I can't seem to figure it out. I have built a simple mortgage calculator that amortizes the payment over a specified period of...
  9. Replies
    2
    Views
    1,049

    Hello Everyone

    Hi Everbody,

    My name is Jeremy and I am a new graduate of software developement. I hope to be given the opportunity to learn more and continue growing my skills as a software development...
Results 1 to 9 of 9