Search:

Type: Posts; User: Delmi

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    16,512

    [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,512

    [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,512

    [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...
  4. Replies
    55
    Views
    9,333

    Re: HAPPY 2nd BIRTHDAY JAVA PROGRAMMING FORUMS!!!

    Happy 2nd B'Day to our friendly Java Forum!!!!!!!!! =D>
  5. Replies
    2
    Views
    1,385

    [SOLVED] Confuced when import packages...

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    class MyFrame extends JFrame{
    JButton btYes;
    JButton btNo;
    JButton btCancel;

    MyFrame(){
    setLayout(new FlowLayout());
  6. Replies
    1
    Views
    3,319

    "showMessageDialog" method in swing package

    import javax.swing.JOptionPane;
    class my11{
    public static void main(String arg[]){
    JOptionPane.showMessageDialog(null,"Hello \n how are you? ");
    }
    }

    Please be kind to reply, what are the...
  7. Thread: Hi :-h

    by Delmi
    Replies
    3
    Views
    1,169

    Re: Hi

    Thank you very much.... Yes, I like this site a lot.
  8. Thread: Hi :-h

    by Delmi
    Replies
    3
    Views
    1,169

    Hi :-h

    I'm Delmi. I'm an undergraduate at Sabaragamuwa University of Sri Lanka and I'm following a BSc degre in Computing & Information Systems there. Now I'm a Sun Certified Java Programmer and willing to...
Results 1 to 8 of 10