Search:

Type: Posts; User: vivek rajput

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,012

    Re: GUI based program

    Thanks a lot Kevin :) it worked finally
  2. Replies
    4
    Views
    1,012

    Re: GUI based program

    thanks. but its now showing one error :
    non-static variable this cannot be referenced from a static context
    jb.addActionListener(this);
  3. Replies
    4
    Views
    1,012

    GUI based program

    import javax.swing.*;
    import java.awt.event.*;
    import javax.swing.event.*;
    class GUI2 extends JFrame implements ActionListener
    {
    public static void main(String s[])
    {

    JFrame jf=new...
Results 1 to 3 of 3