Search:

Type: Posts; User: destitute.developer

Search: Search took 0.27 seconds.

  1. Re: Need help calling methods in a GUI

    yes, basically same principle applies there.



    myPOJO pojo = new myPOJO("the String",2); // can use my defined constructor to initialize my pojo
    //get values with the getter methods...
  2. Re: Need help calling methods in a GUI

    hi,

    correct me if i'm wrong.
    your problem is using the 'Dog' class to return the user input to the text area?

    well can create a variable of that class, kinda like this



    public class...
Results 1 to 2 of 4