Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Socket Programming and GUI

  1. #1
    Junior Member
    Join Date
    May 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Socket Programming and GUI

    hi,
    my english isnt very good.ı need some help for socket programming.

    DESIGN AND IMPLEMENT A GRAPHICAL USER INTERFACE to transfer a single image file to a designated client computer.

    Basic Program Flow:
    - A server starts to listen on a port
    - A client connects to the server on that specific port and starts downloading an image file.
    - When the transfer is complete, the client GUI views the downloaded file in an appropriate component (JPanel, etc.)
    - Server receives a message indicating the transfer is complete.
    - No need for multiple client transfers.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Socket Programming and GUI

    What have you done so far, and what is your exact question? We can help where you have having problems, but won't just hand over code to you.
    See
    Lesson: All About Sockets (The Java™ Tutorials > Custom Networking)
    Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)

  3. #3
    Junior Member
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Socket Programming and GUI

    mrb bu sorunun aynısını bende yapmaya calışıyorum.acaba yardımcı olabileceginiz bir link yada elinizde kod var mı acaba?tesekkürler simdiden..

  4. #4
    Junior Member
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Socket Programming and GUI

    hi,
    I also try to solving this question.do you have a link or code to help me?thank you..

Similar Threads

  1. socket programming
    By advjava in forum Member Introductions
    Replies: 3
    Last Post: April 5th, 2011, 11:21 PM
  2. [SOLVED] Problem in socket programming
    By sinni in forum Java Networking
    Replies: 1
    Last Post: March 15th, 2011, 10:26 AM
  3. Socket programming something gone wrong
    By ambika.th in forum Java Networking
    Replies: 1
    Last Post: March 6th, 2011, 11:47 AM
  4. [SOLVED] Socket Programming Problem
    By relixus in forum What's Wrong With My Code?
    Replies: 7
    Last Post: December 9th, 2010, 10:35 PM
  5. Java socket programming
    By lucy in forum Java Networking
    Replies: 1
    Last Post: April 26th, 2010, 09:13 PM