Search:

Type: Posts; User: namita

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: the output is just a blank frame... no menu bar is present.. plz help me out..

    hey.. thnx alottt.. it worked.. :) cn u plzz tell me wat does setJMenuBar(mb) mean??
  2. [SOLVED] the output is just a blank frame... no menu bar is present.. plz help me out..

    import javax.swing.*;
    public class MyClass {

    public static void main(String[] args)throws Exception {
    new Extra();

    }

    }
    class Extra extends JFrame
Results 1 to 2 of 2