At 05:44 PM 5/28/2003 +1000, Paul Smith wrote:

We do! ::

class ChainsawCyclicBufferTableModel extends AbstractChainsawTableModel
  implements EventContainer {
  public static final int DEFAULT_BUFFER_SIZE = 500;
  List cyclicBufferList = new CyclicBufferList(DEFAULT_BUFFER_SIZE);
  List filteredList = new CyclicBufferList(DEFAULT_BUFFER_SIZE);

No that's exactly it. I should have looked at the code first. :-)


cheers,

Paul

--
Ceki For log4j documentation consider "The complete log4j manual"
ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to