You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So. i was thinking about making a GUI and then when someone enters their username and pass it logs them into the skype account they entered instead of using mine. I almost had it working but the private static Skype skype = new SkypeBuilder(User, Pass).withAllResources().build(); wasnt getting the username and pass that i set. i was wondering if the username and password wasnt setting to the Strings but i printed them in console and it printed exactly what I wrote in the username and password text field. I dont know whats going on and i was stuck on this for a few weeks!! Can someone please help?
The text was updated successfully, but these errors were encountered:
So. i was thinking about making a GUI and then when someone enters their username and pass it logs them into the skype account they entered instead of using mine. I almost had it working but the private static Skype skype = new SkypeBuilder(User, Pass).withAllResources().build(); wasnt getting the username and pass that i set. i was wondering if the username and password wasnt setting to the Strings but i printed them in console and it printed exactly what I wrote in the username and password text field. I dont know whats going on and i was stuck on this for a few weeks!! Can someone please help?
The text was updated successfully, but these errors were encountered: