Search:

Type: Posts; User: copelandtml

Search: Search took 0.12 seconds.

  1. Replies
    10
    Views
    2,427

    Re: GUI temp converter program troubles

    Thanks for all the help! Found my main problem, still had to switch a few things around in the kelvin methods but the " if " statement on line 107 had a semicolon on the end.

    (...
  2. Replies
    10
    Views
    2,427

    Re: GUI temp converter program troubles

    Would that just need to be added or would other code need to be removed? It seems to be that the kelvin conversions will only work if numbers are already in the celsius and fahrenheit fields. The...
  3. Replies
    10
    Views
    2,427

    Re: GUI temp converter program troubles

    Okay, thanks for the reply. Would you mind providing some code as an example of how to do that? Also do you see anything wrong with the kelvin either of the kelvin conversion methods that would cause...
  4. Replies
    10
    Views
    2,427

    Re: GUI temp converter program troubles

    here are the import statements:

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;

    heres all the code again including the import statements so it's just one copy and paste:

    ...
  5. Replies
    10
    Views
    2,427

    GUI temp converter program troubles

    Program seems to be sending the wrong conversions when a temp is entered in the kelvin field. For some reasons changes the kelvin temp value, and also seems to be crashing on random runs when value...
Results 1 to 5 of 5