InterruptedException after cancel file open dialog - 1.6.0_26

后端 未结 5 594
抹茶落季
抹茶落季 2020-12-31 13:06

The output from the code that follows is:

java.vendor     Sun Microsystems Inc.
java.version    1.6.0_26
java.runtime.version    1.6.0_26-b03
sun.arch.data.m         


        
5条回答
  •  北海茫月
    2020-12-31 13:32

    My output for a slightly altered version of your source (now included as an edit to the question itself) is..

    java.vendor     Sun Microsystems Inc.
    java.version    1.6.0_29
    java.runtime.version    1.6.0_29-b11
    sun.arch.data.model     32
    os.name         Windows 7
    os.version      6.1
    os.arch         x86
    Input File Selected: install.ini.
    Input selection cancelled by user.
    Press any key to continue . . .
    

    From your question it seems the important line is:

    Input selection cancelled by user.
    

    But after that I see no InterruptedException in the output.

提交回复
热议问题