Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.13 seconds.

  1. Re: using objects from one jFrame on a different jFrame

    If you want help, you'll have to provide an SSCCE (the smaller, the better) that demonstrates the problem.

    I also strongly suggest you follow the standard naming conventions- classes start with a...
  2. Re: using objects from one jFrame on a different jFrame

    You have to pass the values as parameters into setter functions in your "main form" class, or you have to return them in getter functions in your "login form" class. This will require you to have...
Results 1 to 2 of 2