Search:

Type: Posts; User: Darryl.Burke

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    3,390

    Re: Problem with Action Listener

    To be more exact, you needed to declare the buttons in the class scope.

    db
  2. Replies
    4
    Views
    3,390

    Re: Problem with Action Listener

    Your JButtons are declared in the scope of the Gui() method [bad choice of method name, should start with a lowercase letter] so cannot be accessed from another method. To be able to access them in...
Results 1 to 2 of 2