Search:

Type: Posts; User: wiedy10

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    1,061

    Re: Search Form Doesn't work!

    well sir im expecting
    cbSearchIn.getSelectedItem().toString().replaceAll ("","")
    would replace the data(s) in the table. but it ends up in logical error it made the whole table blank or i thinks...
  2. Replies
    5
    Views
    1,061

    Re: Search Form Doesn't work!

    sir I've tried the .equals() method. but it does not display the result here's the new code for search button



    ActionListener JBActionListener = new ActionListener()
    {
    public void...
  3. Replies
    5
    Views
    1,061

    Search Form Doesn't work!

    need help here plss.. and thanks in advance>>

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;

    public class frmSearch extends JDialog
    {
    Dimension screen =...
Results 1 to 3 of 3