Search:

Type: Posts; User: saurabh_kabra

Search: Search took 0.17 seconds.

  1. Replies
    8
    Views
    1,809

    Re: menu bar is not appearing

    Because i am going according to my curriculum of the college and i have only core java,not advance java.But i will move to it after gaining a deep knowledge in core java due to my interest and the...
  2. Replies
    8
    Views
    1,809

    Re: menu bar is not appearing

    It seems there do not exists a method for that..
    It's available in swing but not in awt..
    that's aweful..
    if anybody else finds ever a method to do so,please let me know.
  3. Replies
    0
    Views
    1,405

    Removing MenuBar in awt

    Is there any way to remove the entire menubar,once created in awt package in java?
    components can be removed but is there any remove method for complete menubar?
  4. Thread: Hello!

    by saurabh_kabra
    Replies
    3
    Views
    895

    Re: Hello!

    absolutely not..
    it's a language that contradicts itself many a times.
    one should always begin programming from "C" and after clearing all the concepts and logic development, he can move to any of...
  5. Replies
    4
    Views
    1,303

    Re: Starting with Java

    books for Java-

    Java Application Development on Linux by Carl Albing and Michael Schwarz(PDF)
    How to Think Like a Computer Scientist
    The Java EE6 Tutorial (PDF)
    Java Thin-Client Programming...
  6. Replies
    8
    Views
    1,809

    Re: menu bar is not appearing

    what do java libraries say???
    if there exists a method to do so,i can test easily.
  7. Replies
    8
    Views
    1,809

    Re: menu bar is not appearing

    but is there any way to remove entire menu bar after creating it once in awt?
  8. Replies
    8
    Views
    1,809

    menu bar is not appearing

    import java.awt.*;
    import javax.swing.JPanel;
    import java.awt.event.*;
    //import java.Color;
    public class Project_notepad implements MouseListener,MouseMotionListener
    {
    public Frame...
  9. Replies
    3
    Views
    1,027

    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.
  10. Replies
    3
    Views
    1,027

    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 10 of 10