Search:

Type: Posts; User: curmudgeon

Search: Search took 0.10 seconds.

  1. Re: Problem netbeans gui button event handling

    Your code is only doing what you tell it to do. Here:



    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
    ...
  2. Re: Problem netbeans gui button event handling

    Where do you decide which books to show? One solution is to create the ListModel elsewhere, and in the show button simply display the list. For more detailed help though, you'll likely have to tell...
Results 1 to 2 of 2