Search:

Type: Posts; User: nasser

Search: Search took 0.26 seconds.

  1. Replies
    4
    Views
    4,175

    Re: multiple tcp connection?

    There is a constructor for the socket that you can specify the
    destination IP/ destination port /local IP /local port

    Socket(InetAddress address, int port, InetAddress localAddr, int localPort)...
  2. Replies
    4
    Views
    4,175

    multiple tcp connection?

    Hi,

    i am doing a network program that requires multiple TCP/IP connection at the same time
    the problem is i need the multiple connection on the client side so it's not possible to do the...
  3. Replies
    2
    Views
    2,244

    [SOLVED] Re: Java Swing problem?

    thanks a lot!!!
    it worked
  4. Replies
    2
    Views
    2,244

    [SOLVED] Java Swing problem?

    Hi

    i have a simple code that make you choose an image and display its thumbnail to you


    //GUI
    final JFrame ff=new JFrame();

    final JButton b1=new JButton("Choose file");
    ...
  5. Replies
    2
    Views
    1,414

    hello from saudi!

    Hi!

    i am nasser a student in software engineering in saudi arabia i am really interested in java
    and love to program!
Results 1 to 5 of 5