Search:

Type: Posts; User: mine0926

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,580

    Re: Filter JTable using andFilter and orFilter

    I was able to solve it by overiding include method.



    import java.awt.BorderLayout;
    import java.util.ArrayList;
    import javax.swing.*;
    import javax.swing.event.DocumentEvent;
    import...
  2. Replies
    1
    Views
    1,580

    Filter JTable using andFilter and orFilter

    hi, I am trying to use andFilter and orFilter simultaneously, Is it possible?
    My aim here is not to hide the row that has "MONITORS" and "MOUSE" on column#1.
    Here is a sample code of what I am...
Results 1 to 2 of 2