Closing a sub jframe closes my application

Hi,
A beginner question. I have multiple jframe forms in my application. From my main windows i call sub jframes. The problem is that when the user closes a sub jframe my application terminates. How can overcome this problem.
Thanks in advace.

Don't set the default close operation to "exit on close."

Similar Messages

  • Safari and Mail are closing automatically. I close all applications but nothing happens.

    Since yesterday I can no longer even open Mail and Safari, when I try to close them automatically ... Actually they are minimized but I close them and nothing happens.

    Yes, I did it...
    I'm thinking of doing a restore ... this is happening after the upgrade to version 4.3.2.

  • How can I stop a JFrame from closing when clicking the close button.

    I need to display a dialog when a user attempts to close my app, giving them the option to close, minimize or cancel. How can I stop the form from closing after the user makes his selection? I have the folllowing code, but my form still closes after selecting an option:
    private void formWindowClosing(java.awt.event.WindowEvent evt) {                                  
            //An array of Strings to be used a buttons in a JOptionDialog
            String[] options = {"Close", "Minimize", "Cancel"};
            //Determines what the user wants to do
            int result = JOptionPane.showOptionDialog(null, "What to you want to do?  Close the application, minimize or cancel?", "Please select an option...", 0, JOptionPane.QUESTION_MESSAGE, null, options, options[0]);
           //Determines what to do, depending on the user's choice
            if (result == 0) {
                //Close the application
                System.exit(0);
            } else if (result == 1) {
                //Minimize the application
                this.setState(Frame.ICONIFIED);
        }Any help would be much appreciated!

    import java.awt.event.*;
    import javax.swing.*;
    public class test extends JFrame {
         public static void main( String[] args ) {
              new test();
         public test() {
              setSize( 200, 200 );
              //the next line makes the JFrame not close
              setDefaultCloseOperation( JFrame.DO_NOTHING_ON_CLOSE );
              //now add a listener that does the trick
              addWindowListener( new WindowAdapter() {
                        public void windowClosing( WindowEvent e ) {
                             //ask the user and do whatever you wish
              setVisible( true );
    }

  • CS 6 Standard installation hangs up at "Close these applications." Safari is closed. Now what?

    CS 6 Standard installation hangs up at "Close these applications: Safari Notifications." Safari is closed, I don't see any notifications active. Anyone know what to do?

    Installation prompt to close SafariNotificati
    https://helpx.adobe.com/acrobat/kb/install-prompt-close-safarinotificati.html

  • Closing the Report Viewer causes the application to hang

    Hi,
    Since a few days we are experiencing some problems with the Crystal Reports viewer. When closing a report viewer in our application, the application hangs for a few minutes. The strange thing is, that it only seems to happen on Windows 7 and Windows 2008 R2 Server.
    Our application with the integrated Crystal Report Viewer is running on 2 application servers :
    - Windows 2008 Server, versie 6.0 Build 6002, Service Pack 2
    - Windows 2008 R2 Server versie 6.1, Build 7600
    Crystal Reports version installed on both servers : 12.01.0007.1144
    On the 2008 Server, the application works correctly.
    On the 2008 R2 server, the application hangs for about 5 minutes while closing the report preview window.
    Both server have exactly the same version of Crystal Reports and the same application version.
    I'm having the same issue on a Windows 7 x64 (6.1 Build 7600).
    I've installed all updates and hotfixes up to SP3 Fix Pack (12.3.3.812 / 12.3.2003.812) but I'm still having the same problem.
    We didn't have this problem until a few days ago, so I assume it has something to do with a windows update which only affects Windows 7 and Windows 2008 R2.
    Please advice us with a possible workaround, because our application is distributed to a few thousand users ...
    Some more debug info :
    This is the call of from the main thread when the application hangs :
         [Managed to Native Transition]     
    >     mscorlib.dll!System.__ComObject.ReleaseSelf() + 0x5 bytes     
         mscorlib.dll!System.Runtime.InteropServices.Marshal.ReleaseComObject(object o) + 0x8b bytes     
         CrystalDecisions.Shared.dll!CrystalDecisions.Shared.SharedUtils.ReleaseComObject(object obj = {CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass}) + 0x75 bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.ReportAppServer.ISCDClientDocumentEvents_EventProvider.Dispose(bool bDisposeManaged = true) + 0x1a2 bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.ReportAppServer.ISCDClientDocumentEvents_EventProvider.Dispose() + 0x32 bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.DisconnectEventRelay() + 0xfc bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.InternalClose(bool bSetupForNextReport = false, bool bAutoClose = true) + 0x10e bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Dispose(bool bDisposeManaged = true) + 0xad bytes     
         System.dll!System.ComponentModel.Component.Dispose() + 0x12 bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.CrystalReports.Engine.ReportDocument.ClearCache(bool clearDocument = true) + 0x9d bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.CrystalReports.Engine.ReportDocument.InternalClose(bool bSetupForNextReport = true) + 0x81 bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.CrystalReports.Engine.ReportDocument.Close() + 0x3f bytes     
         SyDelSoftControlLibCrystalReports.dll!SyDelSoft.ControlLib.CrystalReports.cReportForm.Dispose(bool disposing = true) + 0x55 bytes     
         SDProjects.exe!SDProjects.GUI.ReportForm.Dispose(bool disposing) + 0x38 bytes     
    SharedUtils.ReleaseComObject
    Kind regards,
    Frederic Hoornaert

    CrystalReportsDisposeIssue.crpe.Diagnostics.0.log
    --> Form3 closed
    ..\..\src\print\datasource\datasrc2.cpp:535,Releasing subreport data sources,Start Time,"17:39:17"
    N/A:-1,Releasing subreport data sources,Elapsed Time,"1"
    ..\..\src\crpe\crpe.cpp:791,Closing engine,Start Time,"17:39:17"
    ..\..\src\crpe\crpe.cpp:833,Closing engine,Before close engine use count,"7"
    ..\..\src\crpe\crpe.cpp:858,Closing engine,After close engine use count,"6"
    N/A:-1,Closing engine,Elapsed Time,"2"
    ..\..\src\crpe\crpe.cpp:791,Closing engine,Start Time,"17:39:17"
    ..\..\src\crpe\crpe.cpp:833,Closing engine,Before close engine use count,"6"
    ..\..\src\crpe\crpe.cpp:858,Closing engine,After close engine use count,"5"
    N/A:-1,Closing engine,Elapsed Time,"2"
    --> Form2 closed
    ..\..\src\print\datasource\datasrc2.cpp:535,Releasing subreport data sources,Start Time,"17:39:52"
    N/A:-1,Releasing subreport data sources,Elapsed Time,"1"
    ..\..\src\crpe\crpe.cpp:791,Closing engine,Start Time,"17:39:52"
    ..\..\src\crpe\crpe.cpp:833,Closing engine,Before close engine use count,"4"
    ..\..\src\crpe\crpe.cpp:858,Closing engine,After close engine use count,"3"
    N/A:-1,Closing engine,Elapsed Time,"2"
    --> Form1 closed..\..\src\print\datasource\datasrc2.cpp:535,Releasing subreport data sources,Start Time,"17:40:29"
    N/A:-1,Releasing subreport data sources,Elapsed Time,"1"
    ..\..\src\crpe\crpe.cpp:791,Closing engine,Start Time,"17:40:29"
    ..\..\src\crpe\crpe.cpp:833,Closing engine,Before close engine use count,"2"
    ..\..\src\crpe\crpe.cpp:858,Closing engine,After close engine use count,"1"
    N/A:-1,Closing engine,Elapsed Time,"2"
    ..\..\src\crpe\crpe.cpp:791,Closing engine,Start Time,"17:40:29"
    ..\..\src\crpe\crpe.cpp:833,Closing engine,Before close engine use count,"1"
    ..\..\src\crpe\crpe.cpp:858,Closing engine,After close engine use count,"0"
    N/A:-1,Closing engine,Elapsed Time,"100017"
    CrystalReportsDisposeIssue.crpe.functions.0.log
    0xfb8     17:39:17.871          0     PESetUserSessionInfo               0     PEUserSessionInfoW:<StructSize:262><userName:><requestID:22>     IN          21     <==
    0xfb8     17:39:17.871     0     0     PESetUserSessionInfo               0     OUT     PEUserSessionInfoW:<StructSize:262><userName:><requestID:22>          21     <==
    0xfb8     17:39:17.874          3     PEClosePrintJob     report {657D0ECA-BC6A-4EC6-9476-02B77376E07C}.rpt          0     jobN:3     IN          22     <==
    0xfb8     17:39:17.874     36     3     PEClosePrintJob     report {657D0ECA-BC6A-4EC6-9476-02B77376E07C}.rpt          0     OUT     jobN:3          22     <==
    0xfb8     17:39:17.913          0     PECloseEngine               0     void     IN          22     <==
    0xfb8     17:39:17.913     3     0     PECloseEngine               0     OUT     void          22     <==
    0xfb8     17:39:17.923          0     PECloseEngine               0     void     IN          0     <==
    0xfb8     17:39:17.923     3     0     PECloseEngine               0     OUT     void          0     <==
    0xfb8     17:39:52.421          0     PESetUserSessionInfo               0     PEUserSessionInfoW:<StructSize:262><userName:><requestID:23>     IN          0     <==
    0xfb8     17:39:52.421     0     0     PESetUserSessionInfo               1032     OUT     PEUserSessionInfoW:<StructSize:262><userName:><requestID:23>          0     <==
    0xfb8     17:39:52.423          1     PEClosePrintJob     report {F2574C5C-00BC-4627-9A05-B8133D6E6F7D}.rpt          0     jobN:1     IN          0     <==
    0xfb8     17:39:52.423     15     1     PEClosePrintJob     report {F2574C5C-00BC-4627-9A05-B8133D6E6F7D}.rpt          0     OUT     jobN:1          0     <==
    0xfb8     17:39:52.441          0     PECloseEngine               0     void     IN          0     <==
    0xfb8     17:39:52.441     3     0     PECloseEngine               1032     OUT     void          0     <==
    0xfb8     17:40:29.281          0     PESetUserSessionInfo               0     PEUserSessionInfoW:<StructSize:262><userName:><requestID:24>     IN          0     <==
    0xfb8     17:40:29.281     0     0     PESetUserSessionInfo               1032     OUT     PEUserSessionInfoW:<StructSize:262><userName:><requestID:24>          0     <==
    0xfb8     17:40:29.283          2     PEClosePrintJob     report {C78FE11F-6465-478F-83AB-49D8F0C6D64A}.rpt          0     jobN:2     IN          0     <==
    0xfb8     17:40:29.283     24     2     PEClosePrintJob     report {C78FE11F-6465-478F-83AB-49D8F0C6D64A}.rpt          0     OUT     jobN:2          0     <==
    0xfb8     17:40:29.310          0     PECloseEngine               0     void     IN          0     <==
    0xfb8     17:40:29.310     2     0     PECloseEngine               1032     OUT     void          0     <==
    0x1568     17:40:29.315          0     PECloseEngine               0     void     IN          0     <==
    0x1568     17:40:29.315     100018     0     PECloseEngine               0     OUT     void          0     <==

  • How can I close this application?

    I entered a script that autoclicks every 0.1 seconds and I didn't turn off the mouse thing so it just keeps entering 5s. I can't do anything except move my cursor(can't click or type). How can I close this application?

    > I have an interface (main vi) wich call another interface (pop
    > up).this interface call another interface. How can I do in order to
    > close the interface which is calling without stopping my application
    >
    There is a mechanism built into subVIs and subVI calls to open when
    called and close when finished. This still works fine for many tasks
    and is quick and easy. To use this, you can use the File>>VI Properties
    on your subVI, go to Window Appearance, Customize, and it is in the left
    column near the bottom.
    You can also set this on a subVI call by right clicking, choosing SubVI
    node setup and set the same Open when called and Close on exit settings.
    The difference between them is that the first will affect every usage of
    the VI, whereas the
    second can be set to pop open sometimes and other
    times not.
    Of course there is another way, introduced when the VI server was added.
    There is a VI property for the VI class, Front Panel Window Open.
    Setting it to True and FALSE will open and close. There is also now a
    method for opening and closing with a few additional options.
    The VI Server allows for more control and flexebility, but the first two
    options are still perfectly valid for simple things. If using them,
    closing your subVI is as simple as exiting your outer loop of your
    subVI. This returns and closes the window all at once giving control
    and and data parameters back to the caller. If using the VI Server, you
    can either close the window just before returning or leave it to the
    caller. Just be sure they are in agreement.
    Greg McKaskle

  • Am trying to install CS6 on my new MacBook Pro. Downloaded installer from web. Ran installer, got a dialog asking me to "Please close these applications to continue:..." There were two items on the list: Safari

    "Please close these applications to continue:..." There were two items on the list: Safari & SafariNotificati (sic). I closed Safari, no problem. But could not find SafariNotifications.
    What I have done so far:
    Opened "Force Quit" and the only applications listed as open now are "Finder" and "Adobe Application Manager".
    Pressed "Continue" on the "Please close..." dialoge
    Still asks me to close SafariNotificati
    Opened Safari
    Opened Safari Preferences > Notifications Tab
    There are no notifications listed. The list is blank.
    Closed Safari again.
    Checked Force Quit again (once again the only applications listed are "Finder" and "Adobe Application Manager"
    Once again if I try to move on with the install by clicking on the "Continue" button Adobe asks me to close SafariNotificati
    What should I do now?
    My System Info
    MackBook Pro (Retina, 15-inch, Mid 2014)
    OS X Yosemite
    Ver 10.10.1

    use your activity monitor to find running processes.

  • Close webdynpro Application

    Hi Experts,
    On click of a link in Portal, my web dynpro application opens in a new window.. I have a close button on that screen and I want to close that application ..what code should I use for it.
    Thanks & regards,
    Sushant singh

    Hi,
    If you have create Close button manually then you can create an exit plug and on click of this button you can fire the exit plug.
    look at the related thread
    Re: Closing of IE window
    If its a standard close button ( FPM close button ) then you don't need to do anything .
    Regards
    Manas Dua

  • Why can't I close an application with ONE click???

    If I click the little red button with the 'X', why does the action not close the entire application, and why does the application remain active in the dock???????
    Isn't there some way (some setting maybe) that I can get a SINGLE click to close an application?

    First of all, you close a window, you quit an application. Closing a window and quitting an application are two different operations.
    But, if you press command-Q, you will quit the current application and close the windows associated with that application as a result.
    The Mac operates in this way to increase speed, minimize RAM usage, and use screen space more efficiently. Re-opening applications takes time, keeping a window open to keep an application going would take more memory, and in Windows, that window would get a button on the taskbar, which would rob screen space from other task buttons.
    The Mac is an exercise in speed and efficiency. It is the way it is for a reason. Just because you close an application window doesn't mean you're not going to use that application again in a few seconds. This functionality is more flexible and more oriented towards system performance.

  • The application was unable to start correctly (0xc0000142). Click OK to close the application. error: 0x6740090A-0x20003

    Hello,
    I have installed the app-v 5 client on a 2012 rd server. After publishing the application I’m getting the error “The
    application was unable to start correctly (0xc0000142). Click OK to close the application.”
    The registry value
    NtfsDisable8dot3NameCreation is already set on 2.
    The error in the eventlog is
     “could not be started because the App-V Subsystem 'Virtual Filesystem' could not be initialized. {error: 0x6740090A-0x20003}”
    Thanks in advance
    Rene

    See this blog post: http://blogs.technet.com/b/gladiatormsft/archive/2013/06/11/app-v-5-0-on-these-0xc0000142-errors-and-where-they-are-coming-from.aspx
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • The application was unable to start correctly (0xc00000fd). Click OK to close the application.

    Trying to move Acrobat 7.0 Standard (Version 7.0.9) to a new computer.  found the website to download a new copy of the application.  Downloaded and installed.  When trying to start the application an error message immediately pops up - "The application was unable to start correctly (0xc00000fd). Click OK to close the application."
    How can this be resolved?

    Hi mpatterson54,
    Could you please tell me what OS version are you using on your new computer?
    Regards,
    Anubha

  • "The Application was unable to start correctly (0xc000007b). Click OK to close the application" error when starting Visual Studio Community

    Hi,
    I just installed Visual Studio and when I launch it, the following error pops up: "The Application was unable to start correctly (0xc000007b). Click OK to close the application". I tried searching online but no usable results. Please help!
    jd

    Hi,
    There is not enough information about the problem. For troubleshooting, I recommend you can use Process Monitor to detect whether there's any process failed.
    You can download Process Monitor and see how to use it for troubleshooting in below links:
    http://support.microsoft.com/kb/939896
    http://blogs.technet.com/b/askperf/archive/2007/06/01/troubleshooting-with-process-monitor.aspx
    There are a lot of log entries in Process Monitor, you may filter Visual Studio process only(proces = devenv.exe). And you can upload the logs to OneDrive so that we can investigate them.
    Also, you can refer to Gfazil's post in 
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/96035692-9a50-40d4-a7d3-48bda87d11ec/the-application-was-unable-to-start-correctly-0xc000007b-click-ok-to-close-the-application-when?forum=vssetup
    Please try the method he mentioned to see whether the problem can occur:
    " Replacing the dlls mentioned below from a machine that is working solves the problem:
    c:\Windows\SysWOW64\msvcp100.dll
    c:\Windows\SysWOW64\msvcp100d.dll
    c:\Windows\SysWOW64\msvcr100.dll
    c:\Windows\SysWOW64\msvcr100_clr0400.dll
    c:\Windows\SysWOW64\msvcr100d.dll "
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • The application was unable to start correctly (0xc000007b) Click Ok to close the application

    My computer is returning a "The application was unable to start correctly (0xc000007b) Click Ok to close the application" message, every time I try to start After Effects or SpeedGrade

    Oops sorry.
    OS - windows 7 premium.
    CPU - i7-2600 @3.4GHz
    Graphics - Asus HD7750 (running dual display)
    SpeedGrade, Dreamweaver and 3DS max all give the same problem
    Any help?

  • The application was unable to start correctly (0x0000906). Click OK to close the application

    Hello People
    I am receiving the error "The application was unable to start correctly (0x0000906). Click OK to close the application" in a couple of Windows 7 Computers, one 64bits one 32bits.
    I have searched the web with no specific solution, so I am requesting help here.
    Thanks in advance.
    Best regards
    Fernando Puntel
    IT support
    [email protected]
    [email protected]

    Hi
    I believe you need to add more detail about this issue
    Can you help me to check at event viewer log maybe we can find cause for this issue
    http://windows.microsoft.com/en-us/windows/what-information-event-logs-event-viewer#1TC=windows-7
    May I know when this issue start happen? any change software or hardware before this issue happen?

  • The application was unable to start correctly (0x000007b). Click OK to close the application.

    the application was unable to start correctly (0x000007b). Click OK to close the application. This is Problem Dreamweaver CC open.

    You'll need to provide more details.
    Is this a new installation of CC?
    Have you ever been able to launch it?
    Which operating system are you using?
    Does your computer meet the min-requirements to run DW CC?
    CC Tech Specs - http://www.adobe.com/products/creativecloud/tech-specs.html
    Nancy O.

Maybe you are looking for

  • Mail window for a new message does'nt open

    When I click on the new-message icon in mail the message window will not open. Who knows a solution? With thanks on beforehand,Gerard Morselt

  • Securely Wipe iPod Touch

    Hey guys, I just got an iPhone 4, and am going to sell my 32GB 3rd gen iPod Touch on ebay. The problem with this is that I don't know who will buy it, and I'va had somewhat sensitive data on it (Like contacts, e-mail, etc.), so I was wondering if any

  • Showing Donut chart

    Hi Experts, Quick Question - Currently endeca studio supports 2D pie chart . So is there any way to customize in order to show Donut chart instead of 2D pie chart . Any Inputs would be highly appreciated Thanks- Dinesh

  • Button in bex analyzer workbook

    Hello all I am trying to customize a button in bex analyzer workbook (BI 7). I want to insert a planning sequence into the button. As far as i know (and as i did ), if the sequence contain variables, i should see in the static parameters : VAR_NAME_1

  • How to make format for macBook pro retina display 13 inch Yosemite

    Hi , I want to format and erase everything in my mac because I want to sell it. - MacBook Pro Retina Display 13 inch - OS X Yosemite thanks