This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 22312
Collapse All | Expand All

(-)debugger.wsmode (-2 / +2 lines)
Lines 6-12 Link Here
6
    <ui-type type="any" >
6
    <ui-type type="any" >
7
        <relative-bounds x="0" y="0" width="35" height="100" />
7
        <relative-bounds x="0" y="0" width="35" height="100" />
8
        <frame type="window" constraints="left" state="normal" />
8
        <frame type="window" constraints="left" state="normal" />
9
        <container type="tabbed" >
9
        <container type="tabbed" active-tc="DebuggerWindow" >
10
        </container>
10
        </container>
11
        <icon url="nbresboot:/org/netbeans/core/resources/debuggerView.gif" />
11
        <icon url="nbresboot:/org/netbeans/core/resources/debuggerView.gif" />
12
        <other defined-by="module" mode-state="visible" />
12
        <other defined-by="module" mode-state="visible" />
Lines 14-22 Link Here
14
    <ui-type type="mdi" >
14
    <ui-type type="mdi" >
15
        <relative-bounds x="0" y="0" width="35" height="100" />
15
        <relative-bounds x="0" y="0" width="35" height="100" />
16
        <frame type="desktop" constraints="left" state="normal" />
16
        <frame type="desktop" constraints="left" state="normal" />
17
        <container type="tabbed" >
17
        <container type="tabbed" active-tc="DebuggerWindow" >
18
        </container>
18
        </container>
19
        <icon url="nbresboot:/org/netbeans/core/resources/debuggerView.gif" />
19
        <icon url="nbresboot:/org/netbeans/core/resources/debuggerView.gif" />
20
        <other defined-by="module" mode-state="visible" />
20
        <other defined-by="module" mode-state="visible" />
21
    </ui-type>
21
    </ui-type>

Return to bug 22312