Search:

Type: Posts; User: mohamed_mashood

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    1,387

    Re: Reg:extending a jpanel

    pls help me.i need a solution immediately.
    thank you
  2. Replies
    9
    Views
    1,387

    Re: Reg:extending a jpanel

    because Registration is a separate class that extending JPanel. not inside in main frame.
    main frame only has login panel.login panel have register button to navigate Registration panel.

    And...
  3. Replies
    9
    Views
    1,387

    Re: Reg:extending a jpanel

    public class login extends JFrame {

    //some code

    public void run(){

    GUI related code goes here

    login_panel=new JPanel();
    getContentPane().add(loign_panel);
  4. Replies
    9
    Views
    1,387

    Re: Reg:extending a jpanel

    this is my main frame
    public class login extends JFrame {

    //some code

    public void run(){

    GUI related code goes here
    }
    public void actionPerformed(ActionEvent e){
  5. Replies
    9
    Views
    1,387

    Reg:extending a jpanel

    Hi all,

    I m working with small java application called personal expenses database.
    in my application i have a one jframe and two panels called login_panel and reg_panel.
    login_panel is in inside...
Results 1 to 5 of 5