CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Location
    MA, USA
    Posts
    16

    JDialog from applet, please help

    I want to have a JDialog that have a Jtable and two Buttons, then from an applet I want to call this JDialog,and how to implement the close button to quit JDialog/
    would you like please help me.
    Regards



  2. #2
    Join Date
    Jan 2000
    Posts
    32

    Re: JDialog from applet, please help

    I'm not sure your question.
    Do u mean that the dialog contains 2 buttons?
    one is quite button.
    When user press it, u want to quit the dialog...
    If so.....

    JDialog dialog = new JDialog(...........)
    dialog.dispose() //close the dialog





Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured