Search:

Type: Posts; User: mine0926

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,589

    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,589

    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...
  3. Replies
    2
    Views
    6,362

    [SOLVED] Re: Detect USB signal

    Thanks, I realized that I have to learn this jUSB first, I am new to java and it might take time before I can implement this. Temporarily, I use autorun.inf.

    Thanks again.
  4. Replies
    2
    Views
    6,362

    [SOLVED] Detect USB signal

    Hi, I just want to ask how to detect signal from usb port so that I will know if a usb flash drive is plugged-in?
    Also is there a way to run .jar application in a usb once it is plugged-in?
    ...
  5. Re: Does garbage collection occurs in PERM Area of Java Heap ?

    cross-posted: Does garbage collection occurs in PERM Area of Java Heap ? - Java Forums
Results 1 to 5 of 5