Search:

Type: Posts; User: javanovice

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,159

    Re: calculator GUI needs to compute

    i need the calculator to compute and do normal calculations like 3+4=7
  2. Replies
    3
    Views
    2,159

    calculator GUI needs to compute

    import java.awt.*;
    import java.awt.Color.*;
    import java.awt.TextField.*;
    import java.awt.event.*;
    public class Calculator extends WindowAdapter
    {
    //declaraion of variable types
    Frame f;...
  3. hi: i need help with this programm, i need it to make calculations as a normal calc

    import java.awt.*;
    import java.awt.Color.*;
    import java.awt.TextField.*;
    import java.awt.event.*;
    public class Calculator extends WindowAdapter
    {
    //declaraion of variable types
    Frame f;...
  4. Replies
    2
    Views
    15,649

    Re: Change font color and size

    thanks am new at this thanks for the help,
  5. Replies
    2
    Views
    15,649

    Change font color and size

    i need help with my code, i need to change the font,the color and the 0.0 on top need to be right aligned


    import java.awt.*;
    import java.awt.Color;
    public class Calculator
    {
    Frame f;
    ...
Results 1 to 5 of 5