Register for your free account! | Forgot your password?

Go Back   elitepvpers
You last visited: Today at 12:58

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



burnexe burnexe is offline

CabalPh-Neptune-ReBiRTh

Visitor Messages

Showing Visitor Messages 1 to 10 of 17
  1. iSecret
    10/24/2009 07:12 - permalink
    iSecret
    ahah,,,cno c hon mo?? wow lab mo pa rin..
  2. burnexe
    10/24/2009 03:24 - permalink
    burnexe
    public class EXAMPLE2 extends Applet implements ActionListener{
    Button Bshow = new Button ("SHOW OUTPUT");
    TextField TNAME1 = new TextField(10);
    TextField TNAME2 = new TextField(10);
    Label LNAME1 = new Label ("ENTER NAME");
    Label LNAME2 = new Label ("LETTER");
    TextField TLNAME = new TextField(10);
    Label LLNAME = new Label ("MATCH: ");
    public void init() {
    add(LNAME1);
    add(LNAME2);
    add(TNAME2);
    add(Bshow);
    add(LLNAME);
    add(TLNAME);
    Bshow.addActionListener(this);
    }

    public void paint (Graphics g) {
    }
    public void actionPerformed(ActionEvent e) {
    String NAME1="",NAME2="";
    int i, MATCH=0;
    NAME1=TNAME1.getText();
    NAME2=TNAME2.getText();
    for(i=0;i<NAME1.length();i++){
    if(NAME2.charAt(0)==NAME1.charAt(i)) {
    MATCH=MATCH+1;

    }
    }
    TLNAME.setText(String.valueOf(MATCH));
    }
    }
  3. burnexe
    10/24/2009 03:02 - permalink
    burnexe
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;

    public class EXAMPLE1 extends Applet implements ActionListener{

    Button Bshow = new Button ("SHOW OUTPUT");
    TextField TNAME1 = new TextField(10);
    Label LNAME1 = new Label ("ENTER NAME");

    TextField TLNAME = new TextField(10);
    Label LLNAME = new Label ("LENGTH");
    public void init () {
    add(LNAME1);
    add(TNAME1);
    add(Bshow);
    add(LLNAME);
    add(TLNAME);
    Bshow.addActionListener(this);
    }
    public void paint (Graphics g) {

    }
    public void actionPerformed(ActionEvent e) {
    String NAME1="";
    NAME1=TNAME1.getText();
    TLNAME.setText(String.valueOf(NAME1.length()));
    }
    }
  4. iSecret
    10/23/2009 06:35 - permalink
    iSecret
    lol...javax pa nga..^^ ahaha
    bkit dito mo pinost..>.<
    missed you too^^
  5. burnexe
    08/22/2009 04:04 - permalink
    burnexe
    import javax.swing.JOptionPane;
    public class example {


    public static void main(String[] args) {
    String a="",b="",c="";
    int ctr=0;
    String[][]info={{"","",""},{"","",""},{"","",""}};

    for(ctr=0;ctr<3;ctr++)
    {
    info[0][ctr]=JOptionPane.showInputDialog("Name: ");
    }
    for(ctr=0;ctr<3;ctr++)
    {
    info[1][ctr]=JOptionPane.showInputDialog("Tel No: ");
    }
    for(ctr=0;ctr<3;ctr++)
    {
    info[2][ctr]=JOptionPane.showInputDialog("Address: ");
    }


    for(ctr=0;ctr<3;ctr++)
    {
    JOptionPane.showMessageDialog(null,"Name: "+info[0][ctr]+"\nTel No: "+info[1][ctr]+"\nAddress: "+info[2][ctr]);

    }


    }

    }
  6. tangkaron
    06/27/2009 11:33 - permalink
    tangkaron
    ok dudz
    i will
  7. tangkaron
    06/27/2009 11:28 - permalink
    tangkaron
    waheheheh idol wala pa
    don't worry pag meron na inform ko kayo gad
  8. zhukushy13
    06/24/2009 12:53 - permalink
    zhukushy13
    aahh..baet ahh

    take care always
  9. zhukushy13
    06/23/2009 12:41 - permalink
    zhukushy13
    y nmn di kna maglalaro ng GC?!!!
  10. zhukushy13
    06/22/2009 16:32 - permalink
    zhukushy13
    its nOne of ur businesS..

    tCeE..

About Me

  • About burnexe
    Biography
    Computer Hazardous
    Location
    Channel 3
    Interests
    Kill Abusive
    Occupation
    IT Student

Statistics

Total Posts
Visitor Messages
Thanks Given
Blog
General Information
  • Last Activity: 08/19/2021 16:29
  • Join Date: 12/22/2008

Friends

Showing Friends 1 to 7 of 7

Mentions

No results to display...

Quotes

No results to display...

All times are GMT +1. The time now is 12:58.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.