Search:

Type: Posts; User: saurabh_kabra

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,014

    Re: how to remove NullPointerException

    i got the error..i have not declared finds,that's why null is used there.
    thanks everyone for their response.
  2. Replies
    3
    Views
    1,014

    how to remove NullPointerException

    import java.awt.*;
    import java.awt.event.*;
    //import java.Color;
    public class Project_notepad
    {
    private Frame f; //basic frame
    public MenuBar mb; //menubar declaration
    private Menu File,...
Results 1 to 2 of 2