Searched refs:NORTH (Results 1 - 25 of 103) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingConstants.java39 * both compass-direction constants (NORTH, etc.)
70 public static final int NORTH = 1; field in interface:SwingConstants
/openjdk7/jdk/test/java/awt/im/6396526/
H A DIMLookAndFeel.java57 frame.getContentPane().add(description, BorderLayout.NORTH);
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djava_awt_GridBagConstraints.java46 gbc.anchor = GridBagConstraints.NORTH;
H A Djava_awt_BorderLayout.java36 BorderLayout.NORTH,
56 update(layout, BorderLayout.NORTH);
H A DTest6437265.java40 BorderLayout.NORTH,
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest4222508.java49 add(BorderLayout.NORTH, this.checkbox);
H A DTest6348456.java56 add(BorderLayout.NORTH, button);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSplitPaneDivider.java102 return SwingConstants.NORTH;
116 SynthArrowButton b = new SynthArrowButton(SwingConstants.NORTH);
139 SynthArrowButton b = new SynthArrowButton(SwingConstants.NORTH);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DMemoryViewer.java54 add(addressPanel, BorderLayout.NORTH);
H A DProgressBarPanel.java50 add(text, BorderLayout.NORTH);
H A DFindPanel.java56 add(hbox, BorderLayout.NORTH);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DAboutDialog.java72 mainPanel.add(mastheadLabel, NORTH);
103 infoAndLogoPanel.add(helpLink, NORTH);
121 bottomPanel.add(buttonPanel, NORTH);
126 cp.add(mainPanel, NORTH);
/openjdk7/jdk/test/javax/swing/GroupLayout/7071166/
H A Dbug7071166.java36 private static final int[] POSITIONS = {NORTH, EAST, SOUTH, WEST, // valid positions
/openjdk7/jdk/test/javax/swing/border/
H A DTest4129681.java52 add(BorderLayout.NORTH, check);
/openjdk7/jdk/src/share/classes/java/awt/
H A DBorderLayout.java36 * <code>NORTH</code>, <code>SOUTH</code>, <code>EAST</code>,
59 * <code>NORTH</code>, <code>SOUTH</code>, <code>WEST</code>, and
74 * For example, if you add components using both the <code>NORTH</code>
86 * The <code>NORTH</code> and <code>SOUTH</code> components may
110 * add(new Button("North"), BorderLayout.NORTH);
211 * For example, if you add components using both the <code>NORTH</code>
244 public static final String NORTH = "North"; field in class:BorderLayout
305 * equivalent to NORTH.
405 * one of the following constants: <code>NORTH</code>,
506 * <code>NORTH</cod
[all...]
H A DGridBagConstraints.java86 public static final int NORTH = 11; field in class:GridBagConstraints
129 * {@code ComponentOrientation}. Equal to NORTH for horizontal
432 * <code>CENTER</code>, <code>NORTH</code>, <code>NORTHEAST</code>,
/openjdk7/jdk/test/java/awt/Multiscreen/UpdateGCTest/
H A DUpdateGCTest.java82 f.add(new Canvas(gcOrig), BorderLayout.NORTH);
94 p.add(new Canvas(gcOrig), BorderLayout.NORTH);
/openjdk7/jdk/test/java/awt/GridBagLayout/GridBagLayoutIpadXYTest/
H A DGridBagLayoutIpadXYTest.java60 gc.anchor = gc.NORTH;
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLayoutStyle.java152 if (position != SwingConstants.NORTH &&
162 case SwingConstants.NORTH:
165 return SwingConstants.NORTH;
247 case SwingConstants.NORTH:
/openjdk7/jdk/test/javax/swing/JSpinner/5012888/
H A Dbug5012888.java42 pane.add(spinner1, BorderLayout.NORTH);
/openjdk7/jdk/test/javax/swing/SpringLayout/4726194/
H A Dbug4726194.java39 private static String[] vConstraints = {SpringLayout.NORTH, "Height", SpringLayout.SOUTH, SpringLayout.VERTICAL_CENTER, SpringLayout.BASELINE};
114 int[] a3 = getValues(c, new String[]{SpringLayout.NORTH, SpringLayout.HEIGHT, SpringLayout.SOUTH});
116 throw new RuntimeException("NORTH + HEIGHT != SOUTH!!! ");
118 int[] a4 = getValues(c, new String[]{SpringLayout.NORTH, SpringLayout.HEIGHT, SpringLayout.VERTICAL_CENTER});
121 throw new RuntimeException("NORTH + HEIGHT/2 != VERTICAL_CENTER!!! ");
123 int[] a5 = getValues(c, new String[]{SpringLayout.NORTH, SpringLayout.BASELINE, SpringLayout.SOUTH});
125 throw new RuntimeException("BASELINE is not in the range: [NORTH, SOUTH]!!!");
/openjdk7/jdk/test/javax/swing/text/NavigationFilter/6735293/
H A Dbug6735293.java68 SwingConstants.NORTH,
/openjdk7/jdk/test/java/awt/Modal/ModalInternalFrameTest/
H A DModalInternalFrameTest.java83 frame1.getContentPane().add(bn1, BorderLayout.NORTH);
106 frame2.getContentPane().add(bn2, BorderLayout.NORTH);
/openjdk7/jdk/test/java/awt/event/MouseEvent/SpuriousExitEnter/
H A DSpuriousExitEnter_2.java115 frame.add(jbutton, BorderLayout.NORTH);
121 frame1.add(button1, BorderLayout.NORTH);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DCodeViewerPanel.java80 add(topPanel, BorderLayout.NORTH);

Completed in 59 milliseconds

12345