Search:

Type: Posts; User: drdanielfc

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    2,900

    Re: JTable memory consumption

    here is the table model class:


    package in.tune.gui.table;

    import in.tune.data.DataHandler;

    import javax.swing.table.AbstractTableModel;

    public class JBTableModel extends...
  2. Replies
    3
    Views
    2,900

    JTable memory consumption

    Hello,
    I've implemented a simple JTable with a DefaultTableModel. For some reason, when scrolling back and forth over the data, memory consuption goes very high and eventually peaks without ever...
Results 1 to 2 of 2