Search:

Type: Posts; User: Delmi

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    16,516

    [SOLVED] Re: Create a calculator with JCreator

    Hello Java Friends;
    Sorry for the delay reply...
    The Decimal Point is not working properly. :((
    The program should not set the decimal point to a number more than one time; until an operator is...
  2. Replies
    5
    Views
    16,516

    [SOLVED] Re: Create a calculator with JCreator

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class Calculator extends JFrame{

    double firstNumber;
    boolean calculate = false;
    char operator;

    JTextField...
  3. Replies
    5
    Views
    16,516

    [SOLVED] Create a calculator with JCreator

    Dear Java Friends;
    I have got a problem when coding a java program to create a calculator with JCreator. Please help me to write codes for decimal point. :confused:


    Decimal point should not be...
Results 1 to 3 of 3