Search:

Type: Posts; User: Liuric

Search: Search took 0.18 seconds; generated 19 minute(s) ago.

  1. Replies
    4
    Views
    1,905

    Re: Loops only on the first statement

    Yes that's what is supposed to do. If I pressed 1 ( for the computation of miles )then I will input the number of Miles then it'll show the results under miles. After I chose a single conversion then...
  2. Replies
    4
    Views
    1,905

    Re: Loops only on the first statement

    Yes that's what is supposed to do. If I pressed 1 ( for the computation of miles )then I will input the number of Miles then it'll show the results under miles. After it then it should go back to the...
  3. Replies
    4
    Views
    1,905

    Loops only on the first statement

    A little help please..It does only loop on the first conversion which is in "miles".


    package If_then_Else;
    import javax.swing.*;

    public class If_then_Else {
    static final double...
  4. Replies
    2
    Views
    2,798

    Change to JOptionPane

    I want to convert this java code to a joption but i am still learning java and i don't know how to do it, can anyone lend me a hand? Here's the code in buffered reader form:

    /*
    * To change this...
  5. Replies
    7
    Views
    4,378

    Re: JOptionPane using If and Else

    I'll choose the while condition, in that case, does it mean i have to replace everything if i will use the while loop?
  6. Replies
    7
    Views
    4,378

    Re: JOptionPane using If and Else

    Here's the almost finished java program of mine, the only thing that I can't do to it is that I don't know how to make it loop. Can you once more help me please?

    package If_then_Else;
    import...
  7. Replies
    7
    Views
    4,378

    JOptionPane using If and Else

    I am creating a java program that would do some conversion, unfortunately i can't make it work. Can anyone help me? Here's my code

    package If_then_Else;
    import javax.swing.*;

    public class...
Results 1 to 7 of 7