Search:

Type: Posts; User: noone

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    862

    Re: calculation in GUI interface

    private void ENTERActionPerformed(java.awt.event.ActionEvent evt) {
    //- Regular charges = 20+ ( R min – 50)*0.20
    //- Premium charges = 50+ ( P...
  2. Replies
    6
    Views
    862

    Re: calculation in GUI interface

    I tried different methods but they don't work. i thing there was something wrong with the code. also, i named each variable a name and i wrote -- System.out.print((a+(min. + c) * b)); -- something...
  3. Replies
    6
    Views
    862

    calculation in GUI interface

    Hello there,

    I'm trying to create a GUI interface in Netbeans that calculates a phone bill.

    I created a GUI interface that input:
    - Account Name.
    - Account Number.
    - Number of Minutes the...
Results 1 to 3 of 3