Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,784

    Re: Parsing from a GUI text field

    One class has the data, another class wants it.
    The class that wants it needs to call a method in the class that has it.
    Or the class that has the data can call a method in the class that wants it...
  2. Replies
    6
    Views
    1,784

    Re: Parsing from a GUI text field

    Where are the textfields defined? Can you access them directly and call any of their methods or do you need methods in the class that contains the textfields that you can call that will get the...
  3. Replies
    6
    Views
    1,784

    Re: Parsing from a GUI text field

    Can you explain your problem?
    Getting a String from a text field
    Parsing a String
Results 1 to 3 of 3