Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,629

    Re: WindowBuilder - beginner problem.

    What is Text? Is that a new class that you are writing? Or is it from the Java SE classes/interfaces?


    The TextField class has methods for accessing the String that is contains. See the API doc.
  2. Replies
    3
    Views
    1,629

    Re: WindowBuilder - beginner problem.

    The text fields hold Strings. To do arithmetic with a String, convert it to a numeric data type by using a method in the Integer or Double class. Do the arithmetic and then convert the result to a...
Results 1 to 2 of 2