Search:

Type: Posts; User: javapenguin

Search: Search took 0.07 seconds.

  1. Thread: Calculator

    by javapenguin
    Replies
    5
    Views
    1,898

    Poll: Re: Calculator

    Ok, somehow I lost my text, but I was gonna say, how do you get everything nicely in a layout?

    I had it all written out but then I accidentally exited my browser somehow and lost all that I typed....
  2. Thread: Calculator

    by javapenguin
    Replies
    5
    Views
    1,898

    Poll: Window Listener not working and something is running in background.

    public class MyCalculator extends JFrame implements WindowListener{

    private JButton zero, one, two, three, four, five, six, seven, eight, nine, times,
    plus, minus, divide, clear, equals,...
  3. Thread: Calculator

    by javapenguin
    Replies
    5
    Views
    1,898

    Poll: Re: Calculator

    package calculator;

    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;

    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import...
  4. Thread: Calculator

    by javapenguin
    Replies
    5
    Views
    1,898

    Poll: Calculator

    I'm trying to make a calculator.

    I know how to handle it if the user hits 1 and + and 1 and then equals, but how do I get it to keep storing the values if the user enters 1+1 * 3 / 2 = (read...
Results 1 to 4 of 4