0

How to import variable to another file in java?

I am creating a Java program, and it asks for the username and password. It then opens another window, doing whatever I wanted it to do. Then there is an option to lock the program. When I lock it, I need to get the username and password from the first window that prompted to enter a username and password. Thanks in advance.

13th Dec 2017, 4:42 PM
Legendary Hoorah
Legendary Hoorah - avatar
1 Answer
+ 3
Use parameterized methods, and parameterized constructor
13th Dec 2017, 4:55 PM
Meharban Singh
Meharban Singh - avatar