Search:

Type: Posts; User: Dracer

Search: Search took 0.19 seconds.

  1. Replies
    5
    Views
    2,107

    Re: NEED HELP WITH TEMPERATURE

    do you mean like this..


    public void actionPerformed(ActionEvent e)
    {
    if (e.getActionCommand().equals("convert to celsius"))
    {

    0Celsius = 32Fahrenheit;
    ...
  2. Replies
    5
    Views
    2,107

    Re: NEED HELP WITH TEMPERATURE

    the problem is that there is no errors...it seems the conversion is not working properly..when i put in a number in the fahrenheit field or textbox and press the conver to celsius button the answer...
  3. Replies
    5
    Views
    2,107

    NEED HELP WITH TEMPERATURE

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

    public class Temperature2 extends JApplet implements ActionListener
    {
    private JTextField...
Results 1 to 3 of 3