Search:

Type: Posts; User: Grabar

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    6,934

    Re: [Java] Client - server, example

    It will be int. Any code?:)
  2. Replies
    6
    Views
    6,934

    Re: [Java] Client - server, example

    I found an example for "server"



    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.io.PrintWriter;
    import java.net.ServerSocket;...
  3. Replies
    6
    Views
    6,934

    [Java] Client - server, example

    Hello,


    I have found some example of client-server applications, unfortunetely not enough comments in code :/ Here is what I;d like to have:

    1.
    I'd like to have separate applicaction as a...
  4. [Swing-Progress Bar] Can't resize progress bar

    Hello,

    I can't resize my progress bar. I can change the size only horizontally, not vertical.


    JPanel content = new JPanel (new BorderLayout());
    content.setLayout(new BorderLayout());...
Results 1 to 4 of 4