Search:

Type: Posts; User: Norm

Search: Search took 0.24 seconds.

  1. Replies
    5
    Views
    1,746

    Re: How to call tablle

    Not sure what you are asking.

    JTable is a class is created by using a new statement and passing it an argument:
    table = new JTable(new MyTableModel());

    Your questions say that you know little...
  2. Replies
    5
    Views
    1,746

    Re: How to call tablle

    What do you mean by "call the table"? Are you talking about getting a copy of the variable: table so you can call its methods?

    What data type is the matrix? Do you want to pass a variable that...
  3. Replies
    5
    Views
    1,746

    Re: How to call tablle

    Please post the code here that you are having problems with. Be sure to wrap the code in code tags.
Results 1 to 3 of 3