Search:

Type: Posts; User: copeg

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    2,067

    Re: button update when clicked

    Has to do with references and what the reference points to at the time you create your GUI. Same thing as the following


    String test1 = "test1";
    String test2 = test1;
    test1 = "test3";...
  2. Replies
    4
    Views
    2,067

    Re: button update when clicked

    Please post some code which demonstrates what you have done so far. It sounds like you are close to getting what you want, but without code its tough to judge. For what its worth, see the API for...
Results 1 to 2 of 2