Search:

Type: Posts; User: rishi

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    1,545

    Re: help me out from null pointer exception!!!

    here is the exception i get when i try to insert number(integer) into the text field(both tf1 and tf2)

    *************ERROR************************
    Exception in thread "AWT-EventQueue-0"...
  2. Replies
    7
    Views
    1,545

    Re: help me out from null pointer exception!!!

    @Norm i have wrapped it.Can u pls check whats wrong with the code!!
    i am unable to solve exception from past 1hr..... pls help me out
  3. Replies
    7
    Views
    1,545

    Re: help me out from null pointer exception!!!

    can u pls check it out now :confused:
  4. Replies
    7
    Views
    1,545

    help me out from null pointer exception!!!

    import java.awt.event.*;
    import java.awt.*;

    class ExceptionGui extends Frame implements ActionListener,WindowListener,TextListener
    {
    int numerator,denominator,result;
    Button b;
    ...
Results 1 to 4 of 4