Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: JDialogs

    by Norm
    Replies
    3
    Views
    821

    Re: JDialogs

    I was answering this concern:

    by showing where the 2 windows come from.
  2. Thread: JDialogs

    by Norm
    Replies
    3
    Views
    821

    Re: JDialogs

    Here's one:
    public class MainForm extends JDialog{
    ...
    mainform.show();

    and here's another:
    final JFrame frame = new JFrame("Family Database");
    ...
    frame.setVisible(true);
Results 1 to 2 of 2