Search:

Type: Posts; User: ShaunB

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    2,482

    Re: Pop-out box using a JFrame.

    Thanks again - we did something about anonymous inner-classes at some point during my studies, I'm just showing that I understand what's meant by that by implementing it in my project.

    Still so...
  2. Replies
    6
    Views
    2,482

    Re: Pop-out box using a JFrame.

    And the solution is...



    /* Put this at the beginning somewhere... */
    final HelpFrame popOut0=new HelpFrame();
    popOut0.setSize(600,400);
    popOut0.setResizable(false);...
  3. Replies
    6
    Views
    2,482

    Re: Pop-out box using a JFrame.

    Why didn't I think of that at 2am this morning? Good call. PM me your address and I'll send your crisp :-)

    As for using a dialog... I'll search for some examples. Thanks.

    Regards,

    Shaun.
  4. Replies
    6
    Views
    2,482

    Pop-out box using a JFrame.

    Hi all,

    I'm building a simple application to store and retrieve student records (sort of a limited database). What I have is a help box that appears from a drop-down menu, appearing as a JFrame....
Results 1 to 4 of 4