Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: Button disable

    by Norm
    Replies
    6
    Views
    6,003

    Re: Button disable

    Please Edit your post and wrap your code with
    <YOUR CODE HERE> to get highlighting

    You can call methods on an object any time after you have created an instance of it.
    Try adding the call to...
  2. Thread: Button disable

    by Norm
    Replies
    6
    Views
    6,003

    Re: Button disable

    Call that method before calling the setVisible() method for the frame.
  3. Thread: Button disable

    by Norm
    Replies
    6
    Views
    6,003

    Re: Button disable

    Look at the API doc for the classes you are using and see it there are any methods to call that will do what you want. Then call those methods when you want them to be executed.
Results 1 to 3 of 3