We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644a8a9 commit d4dd845Copy full SHA for d4dd845
sources/net.sf.j2s.java.core/doc/Differences.txt
@@ -507,7 +507,9 @@ System.exit(0) does not stop all processes
507
------------------------------------------
508
509
Although System.ext(int) has been implemented in JavaScript, it just closes the
510
-frames. It may not stop all "threads." So don't rely on that.
+frames, stops all pending javax.swing.Timer objects in the queue, and runs any
511
+threads added using Runtime.getRuntime().addShutdownHook(Thread).
512
+It may not stop all "threads." So don't rely on that.
513
Applications are responsible for shutting down prior to executing System.exit(0).
514
515
0 commit comments