Skip to content

Commit

Permalink
NEWT: Changed Lifecycle of Display/Screen (part 2)
Browse files Browse the repository at this point in the history
Window Reparenting (unification):
    On the fly Display/Screen creation resides in NewtFactory.
    Reparenting logic within Window.
    Handles all reparenting cases now:
        ACTION_NONE, ACTION_SOFT_REPARENTING,
        ACTION_NATIVE_REPARENTING, ACTION_NATIVE_CREATION

- out.println -> err.println

++++

- Bumbed windows bat scripts to 1.6.0_21 and ant 1.8.1
- Debug: /RecursiveToolkitLock.java TO is 300s for now, while not finished.
-

+++

Needs more testing. Deadlocks: AWT/NEWT parenting.
  • Loading branch information
sgothel committed Oct 9, 2010
1 parent 548f417 commit 57c0095
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ public class RecursiveToolkitLock {
private Thread owner = null;
private int recursionCount = 0;
private Exception lockedStack = null;
private static final long timeout = 3000; // maximum wait 3s
private static final long timeout = 300000; // maximum wait 3s
private static final boolean TRACE_LOCK = false;

public Exception getLockedStack() {
Expand Down

0 comments on commit 57c0095

Please sign in to comment.