Problem to open a frame after closed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shashmita
    New Member
    • Jan 2010
    • 9

    Problem to open a frame after closed

    Please help me from the problem.

    i was supposed to capture a desktop which i am opening in the desktoppane.if i open the window and i close it.again when i need if i open the window it is not displaying and the error displayed as
    java.net.BindEx ception: Address already in use: JVM_Bind
    at java.net.PlainS ocketImpl.socke tBind(Native Method)


    code:
    Code:
    private void Port1MouseClicked(java.awt.event.MouseEvent evt) {                                   
                 BasicThread1 bst=new BasicThread1();
                 bst.start();       
    }
    which i have kept the server program in a class thread.

    Thanks in Advance
    Last edited by NeoPa; Feb 21 '10, 03:05 PM. Reason: Please use the [CODE] tags provided
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    TIP: When you are writing your question, there is a button on the tool bar that wraps the [code] tags around your copy/pasted code. It helps a bunch. Its the button with a '#' on it. More on tags. They're cool. Check'em out.

    Comment

    Working...