Searched refs:fLayoutMgr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFramePaneUI.java40 DockLayoutManager fLayoutMgr; field in class:AquaInternalFramePaneUI
56 fLayoutMgr = new DockLayoutManager();
57 c.setLayout(fLayoutMgr);
69 if (fLayoutMgr != null) {
71 fLayoutMgr = null;

Completed in 118 milliseconds