Search:

Type: Posts; User: abhiM

Search: Search took 0.13 seconds.

  1. Thread: Login Page error

    by abhiM
    Replies
    7
    Views
    1,860

    Re: Login Page error

    I couldnt understand that how inheriting JDesktopPane will affect the whole program?I have to access this Main.java from no.java.So technically I can even work with no main(String [] args) in...
  2. Thread: Login Page error

    by abhiM
    Replies
    7
    Views
    1,860

    Re: Login Page error

    I tried debugging it.The control transfers to Main.java file but only executes some of the code like Main() constructor,initialize() and getDesktopPane2() and nothing is displayed.It should display...
  3. Thread: Login Page error

    by abhiM
    Replies
    7
    Views
    1,860

    Re: Login Page error

    my Main.java class code is written below.I have changed the username assignment as per you have shown above but still this it is not gowing to the Main.java file



    package pck1;

    import...
  4. Thread: Login Page error

    by abhiM
    Replies
    7
    Views
    1,860

    Login Page error

    I have this code for creating a login page.I want that as soon the username and password are verified, control should be tranfered to another page which is Main.java in this case.But as soon as I...
Results 1 to 4 of 4