Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.09 seconds.

  1. Re: JTables with JButtons, I'm overlooking something

    Ok, so I followed his instructions and wrote this par with his article:

    Action open = new AbstractAction(){
    public void actionPerformed(ActionEvent e)
    {...
  2. Re: JTables with JButtons, I'm overlooking something

    Ok, scratch that issue. Figured it out. I used the SelectionModel, although it is not ideal for what I'm wanting, since it registers the cell as being selected and not the JButton as being pressed....
  3. JTables with JButtons, I'm overlooking something

    Ok, I have two columns of my JTable rendered to hold JButtons. When those JButtons are pressed, it will fire a method that opens the appropriate JFrame. My problem is that I can't get the...
Results 1 to 3 of 3