Search:

Type: Posts; User: aussiemcgr

Search: Search took 6.72 seconds.

  1. Replies
    11
    Views
    3,909

    Re: Custom Table using AbstractTableModel

    I threw this together as a simple example of how to create a JTable the easiest way I have found.

    Main:

    import javax.swing.JFrame;

    public class Table
    {

    public static void...
  2. Replies
    11
    Views
    3,909

    Re: Custom Table using AbstractTableModel

    Found something.

    Look at this code:

    void populateTable(){
    InboxTable dataStruc = new InboxTable() ;
    MailDescriptor [] mArray = new MailDescriptor[mailList.size()] ;
    mArray =...
  3. Replies
    11
    Views
    3,909

    Re: Custom Table using AbstractTableModel

    You made this more complicated than necessary. Regardless, where do you call the drawInbox() method that creates the JTable?

    I am sort of confused about how your code actually works and why you...
Results 1 to 3 of 3