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

/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djavax_swing_JSplitPane.java43 return new JSplitPane(JSplitPane.VERTICAL_SPLIT);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DJavaStackTracePanel.java70 splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, topPanel, bottomPanel);
H A DFindByQueryPanel.java105 JSplitPane splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, topPanel, bottomPanel);
H A DJavaThreadsPanel.java121 splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DGUI.java86 JSplitPane right = new JSplitPane(JSplitPane.VERTICAL_SPLIT, srcTool,
87 new JSplitPane(JSplitPane.VERTICAL_SPLIT, stackTool, monitorTool));
111 JSplitPane centerBottom = new JSplitPane(JSplitPane.VERTICAL_SPLIT, cmdTool, appTool);
114 JSplitPane center = new JSplitPane(JSplitPane.VERTICAL_SPLIT, centerTop, centerBottom);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSplitPane.java58 * <code>JSplitPane.VERTICAL_SPLIT</code>.
114 public final static int VERTICAL_SPLIT = 0; field in class:JSplitPane
260 * <code>JSplitPane.VERTICAL_SPLIT</code>
262 * is not one of HORIZONTAL_SPLIT or VERTICAL_SPLIT.
276 * <code>JSplitPane.VERTICAL_SPLIT</code>
281 * is not one of HORIZONTAL_SPLIT or VERTICAL_SPLIT
294 * <code>JSplitPane.VERTICAL_SPLIT</code>
304 * is not one of: HORIZONTAL_SPLIT or VERTICAL_SPLIT
321 * <code>JSplitPane.VERTICAL_SPLIT</code>
334 * is not one of HORIZONTAL_SPLIT or VERTICAL_SPLIT
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalSplitPaneDivider.java143 if(orientation == JSplitPane.VERTICAL_SPLIT) {
252 if(orientation == JSplitPane.VERTICAL_SPLIT) {
338 if (orientation == JSplitPane.VERTICAL_SPLIT) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java211 * the height of <code>VERTICAL_SPLIT</code>.
220 * is HORIZONTAL_SPLIT, or the height of VERTICAL_SPLIT.
404 if (orientation == JSplitPane.VERTICAL_SPLIT) {
459 if (orientation == JSplitPane.VERTICAL_SPLIT) {
805 * VERTICAL_SPLIT oriented split pane. This continually
903 if (orientation == JSplitPane.VERTICAL_SPLIT) {
974 if (orientation == JSplitPane.VERTICAL_SPLIT) {
1031 if (orientation == JSplitPane.VERTICAL_SPLIT) {
1057 if (orientation == JSplitPane.VERTICAL_SPLIT) {
H A DBasicSplitPaneUI.java791 if (orientation == JSplitPane.VERTICAL_SPLIT) {
955 if ((orientation == JSplitPane.VERTICAL_SPLIT &&
2017 * VERTICAL_SPLIT.
2131 if (ui.orientation == JSplitPane.VERTICAL_SPLIT) {
/openjdk7/jdk/test/javax/swing/JSplitPane/4885629/
H A Dbug4885629.java27 * @summary With JSplitPane in VERTICAL_SPLIT, SplitPaneBorder draws bottom edge of divider
72 sp = new JSplitPane(JSplitPane.VERTICAL_SPLIT, a, b);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DClassBrowserPanel.java75 splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, topPanel, bottomPanel);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSplitPaneDividerUI.java174 if (orientation == JSplitPane.VERTICAL_SPLIT) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthParser.java983 else if (value == "VERTICAL_SPLIT") {
984 direction = JSplitPane.VERTICAL_SPLIT;

Completed in 70 milliseconds