Search:

Type: Posts; User: vrp

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    2,955

    Exception in jpcap path

    Hi,

    I've created a GUI application which uses jpcap library. i installed jdk1.6.0_11 in /opt folder and place the libjpcap.so, jpcap.jar files in /opt/jdk1.6.0_11/jre/lib/ext. i've set the...
  2. Replies
    4
    Views
    1,606

    Re: What is wrong with my code?

    Hi friend,

    The variable 't' is incremented inside the 'for' loop. why? I'm just confused.
  3. Replies
    2
    Views
    3,283

    Re: Problem with java swing JButton in Netbeans IDE

    Oh, then the mouse listener will be called even though the button is disabled?? If it so, i go by adding a conditional there. Thank you friend. :-)

    with regards,
    Raja Pandi
  4. Replies
    2
    Views
    3,283

    Problem with java swing JButton in Netbeans IDE

    Hi friends,

    I have created new GUI project in Netbeans and i placed a JButton. I have also add the Event handling by JButton(right click)-->events-->mouse-->mouse clicked. I just print "hello"...
  5. Re: Problem with accessing result set with postgresql

    Ya, I understood and solved my problem using two separate 'statements'. Thanks for help brother. :-)
  6. Problem with accessing result set with postgresql

    Hi friends,

    I have successfully installed the JDBC driver for PostgreSQL DB. I have checked by connecting woth DB. It is running successfully. Now I have two tables namely TABLE1 and TABLE2....
Results 1 to 6 of 6