Search:

Type: Posts; User: Christophe

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    7,402

    Re: Passing JTextField as String parameter

    Hello,

    I found the solution for this problem.
    In my procedure I used this code:

    if('string1' == 'string2') {...} => this is wrong since I want to compare the content of the strings, I had to...
  2. Replies
    3
    Views
    7,402

    Re: Passing JTextField as String parameter

    Hi,

    The ...toString() doesn't work either.

    I am not getting a specific error, it just doesn't find any results and returns the String 'no result found' (which I programmed to do if no matches...
  3. Replies
    3
    Views
    7,402

    Passing JTextField as String parameter

    Hello,

    I made a GUI for a simple class that stores accountnumbers and customernames in an arraylist.
    In the class I made a public String getAccountNumber(customername), this returns the...
Results 1 to 3 of 3