Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    2,486

    Re: Button which suppose to hide JDialog..

    Add this line of code after where you create the SampleDialog and before the call to setVisible.

    System.out.println("back from dialog");
    Observe when it is executed and prints out.
  2. Replies
    3
    Views
    2,486

    Re: Button which suppose to hide JDialog..

    Can you post a small complete program that compiles, executes and shows the problem (a SSCE). Not the full project which probably has a lot of code not related to the problem.
Results 1 to 2 of 2