Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,193

    Re: add table to button

    Sounds like you want to set the visibility of the table, right? Is there a method in the API for the JTable class that does something like that? Java Platform SE 7
  2. Replies
    6
    Views
    1,193

    Re: add table to button

    I think you need to clear up exactly what you want to happen, and take them one small step at a time.

    You want to add JButtons to a JFrame, right? Have you done that? If not, do this before...
  3. Replies
    6
    Views
    1,193

    Re: add table to button

    I'm really not sure what you want to do. You want to add the JTable to the JButton? Or you want to add the JButton's MouseListener to the JButton as well? Why is there a JButton in your...
Results 1 to 3 of 3