Search:

Type: Posts; User: namita

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    1,217

    Re: no image is being displayed.. please help..

    thank you. But I still cannot find the solution.
  2. Replies
    2
    Views
    1,217

    no image is being displayed.. please help..

    import javax.swing.*;
    import javax.imageio.ImageIO;
    import java.awt.Graphics;
    import java.io.*;
    import java.awt.Image;
    import java.awt.*;


    public class MyClass {
  3. [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??
  4. [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 4 of 4