Home
last modified time | relevance | path

Searched refs:vertPane (Results 1 – 2 of 2) sorted by relevance

/dports/devel/staf/src/staf/services/stax/monitor/
H A DSTAXMonitorDebugExtension.java457 JSplitPane vertPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, in init() local
459 vertPane.setOneTouchExpandable(true); in init()
460 vertPane.setResizeWeight(.50D); in init()
462 fPanel.add(BorderLayout.CENTER, vertPane); in init()
H A DSTAXMonitorFrame.java732 JSplitPane vertPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, in STAXMonitorFrame() local
734 vertPane.setOneTouchExpandable(true); in STAXMonitorFrame()
738 monitorPanel.add(vertPane); in STAXMonitorFrame()
1543 vertPane.setDividerLocation(.68); in STAXMonitorFrame()