I am doing a Java project with interface (Swing) . In side the Swing I have created a login form . In side of my main class I read the usernames and passwords from a text file . How can I pass the data to my Swing class ?I am doing a Java project with interface (Swing