in Login.java I have give setUdecorated(true) ;
I have given as below set the LF of frame.and when i run this class
alone
i'm getting the desired LF. but wen i call this class from the
Login.java
i'm not getting the same LF.
i thnk i'm getting Java LF
frame.setDefaultLookAndFeelDecorated(true);
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
i also want to terminate the previous jwindow there i'm giving
Thread.sleep(10000) also
hope u can solve my problem
thanks
Put your code or code snuppets (minus security info) on borland.publoc
attachments and let us see if we can help you.