Searched refs:add (Results 26 - 50 of 3388) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/javax/swing/JTree/4314199/
H A Dbug4314199.java61 getContentPane().add(new JLabel(message));
68 mb.add(Box.createHorizontalStrut(27));
72 mn.add(mi);
73 mb.add(mn);
78 n1.add(n2);
80 n2.add(n3);
81 n3.add(new DefaultMutableTreeNode("Blah"));
82 n3.add(new DefaultMutableTreeNode("Blah"));
83 n3.add(new DefaultMutableTreeNode("Blah"));
85 n2.add(n
[all...]
/openjdk7/jdk/src/share/sample/nio/file/
H A DChmod.java120 // permissions that the changer will add or remove
157 boolean add = (op == '+');
160 if (!add && !remove && !assign)
185 if (add) {
187 if (r) toAdd.add(OWNER_READ);
188 if (w) toAdd.add(OWNER_WRITE);
189 if (x) toAdd.add(OWNER_EXECUTE);
192 if (r) toAdd.add(GROUP_READ);
193 if (w) toAdd.add(GROUP_WRITE);
194 if (x) toAdd.add(GROUP_EXECUT
[all...]
/openjdk7/jdk/test/java/awt/Focus/FocusTraversalPolicy/
H A DInitialFTP_AWT.java40 list.add("one");
41 list.add("two");
42 list.add("three");
45 this.add(button);
46 this.add(text);
47 this.add(list);
/openjdk7/jdk/test/java/util/AbstractSequentialList/
H A DAddAll.java35 t.add("b"); t.add("a"); t.add("r");
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DDocAttributeSet.java40 * The {@link #add(Attribute) <CODE>add(Attribute)</CODE>}, and
64 * support the <CODE>add()</CODE> operation.
72 public boolean add(Attribute attribute); method in interface:DocAttributeSet
77 * {@link #add(Attribute) <CODE>add(Attribute)</CODE>}
108 * @see #add(Attribute)
H A DPrintJobAttributeSet.java39 * The {@link #add(Attribute) <CODE>add(Attribute)</CODE>}, and
62 * support the <CODE>add()</CODE> operation.
70 public boolean add(Attribute attribute); method in interface:PrintJobAttributeSet
75 * {@link #add(Attribute) <CODE>add(Attribute)</CODE>}
106 * @see #add(Attribute)
H A DPrintRequestAttributeSet.java40 * The {@link #add(Attribute) <CODE>add(Attribute)</CODE>}, and
63 * support the <CODE>add()</CODE> operation.
71 public boolean add(Attribute attribute); method in interface:PrintRequestAttributeSet
76 * {@link #add(Attribute) <CODE>add(Attribute)</CODE>}
107 * @see #add(Attribute)
H A DPrintServiceAttributeSet.java42 * The {@link #add(Attribute) <CODE>add(Attribute)</CODE>}, and
67 * support the <CODE>add()</CODE> operation.
75 public boolean add(Attribute attribute); method in interface:PrintServiceAttributeSet
80 * {@link #add(Attribute) <CODE>add(Attribute)</CODE>}
111 * @see #add(Attribute)
/openjdk7/jdk/test/sun/security/provider/certpath/X509CertPath/
H A DIllegalCertiticates.java40 certs.add("The 1st certificate");
41 certs.add("The 2nd certificate");
42 certs.add("The 3rd certificate");
43 certs.add("The 4th certificate");
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DByteVector.java34 public void add(byte value); method in interface:ByteVector
/openjdk7/langtools/test/tools/javac/generics/6268476/
H A DT6268476.java35 l.add(new Object[0]);
/openjdk7/langtools/test/tools/javac/generics/inference/6356673/
H A DT6365166.java36 static <A> void add(List<? super A> l, List<A> la) { method in class:T6365166
/openjdk7/langtools/test/tools/javac/rawDiags/
H A DWarning.java4 * @summary add hidden option to have compiler generate diagnostics in more machine-readable form
15 s.add("abc");
/openjdk7/jdk/test/tools/pack200/
H A DCommandLineTests.java75 jarList.add(RtJar);
76 jarList.add(CharsetsJar);
77 jarList.add(JsseJar);
78 jarList.add(ToolsJar);
128 cmdsList.add(Utils.getPack200Cmd());
129 cmdsList.add("-J-esa");
130 cmdsList.add("-J-ea");
131 cmdsList.add(Utils.Is64Bit ? "-J-Xmx1g" : "-J-Xmx512m");
132 cmdsList.add("--repack");
133 cmdsList.add("
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/
H A DEagerNClass.java64 boxedTypes.add(Boolean.class);
65 boxedTypes.add(Character.class);
66 boxedTypes.add(Byte.class);
67 boxedTypes.add(Short.class);
68 boxedTypes.add(Integer.class);
69 boxedTypes.add(Long.class);
70 boxedTypes.add(Float.class);
71 boxedTypes.add(Double.class);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageMetadataFormat.java86 resUnits.add("0");
87 resUnits.add("1");
88 resUnits.add("2");
129 codes.add("16"); // Hex 10
130 codes.add("17"); // Hex 11
131 codes.add("19"); // Hex 13
196 transforms.add("0");
197 transforms.add("1");
198 transforms.add("2");
209 procs.add("
[all...]
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest4652928.java47 list.add(fill(new BeanContextSupport()));
48 list.add(fill(new BeanContextServicesSupport()));
53 context.add(new JLabel("label"));
54 context.add(new JButton("button"));
58 context.add(button);
/openjdk7/langtools/test/tools/apt/mirror/type/
H A DEnumTyp.java73 res.add("type");
76 res.add("ref type");
79 res.add("class");
82 res.add("enum");
85 res.add("interface");
/openjdk7/jdk/src/share/demo/applets/CardTest/
H A DCardTest.java72 p.add("North", b);
76 p.add("West", b);
80 p.add("South", b);
84 p.add("East", b);
88 p.add("Center", b);
92 p.add("Center", b);
100 add("one", create(new FlowLayout()));
101 add("two", create(new BorderLayout()));
102 add("three", create(new GridLayout(2, 2)));
103 add("fou
[all...]
/openjdk7/jdk/test/java/util/AbstractList/
H A DFailFastIterator.java28 * *after* the set/add/remove operations were performed.
37 orig.add(new Integer(i));
44 copy.add(new Integer(99));
56 copy.add(new Integer(99));
67 copy.add(new Integer(99));
68 i.add(new Integer(666));
69 throw new Exception("add: iterator didn't fail fast");
73 throw new Exception("add: iterator didn't fail fast enough");
/openjdk7/jdk/test/javax/swing/Security/6657138/
H A DComponentTest.java42 add(new JButton("JButton"));
43 add(new JToggleButton("JToggleButton"));
44 add(new JCheckBox("JCheckBox"));
45 add(new JRadioButton("JRadioButton"));
46 add(new JLabel("JLabel"));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV9MembarInstruction.java50 masks.add("#LoadLoad");
52 masks.add("#StoreLoad");
54 masks.add("#LoadStore");
56 masks.add("#StoreStore");
59 masks.add("#Lookaside");
61 masks.add("#MemIssue");
63 masks.add("#Sync");
65 // add all masks
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DViewPanel.java70 .add(org.jdesktop.layout.GroupLayout.TRAILING, jPanel1Layout.createSequentialGroup()
72 .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
73 .add(jLabel1)
74 .add(jLabel3)
75 .add(jLabel2))
76 .add(39, 39, 39)
77 .add(jPanel1Layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
78 .add(portSpinner, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 63, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
79 .add(nodeWidthSpinner, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 63, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
80 .add(jScrollPane
[all...]
/openjdk7/langtools/test/tools/javac/
H A DEarlyAssertWrapper.java42 cmd.add(new File(new File(java_home, "bin"), "java").getPath());
46 cmd.add("-Xbootclasspath:" + System.getProperty("sun.boot.class.path"));
49 cmd.add("-classpath");
50 cmd.add(System.getProperty("java.class.path"));
53 cmd.add("-da");
54 cmd.add("-dsa");
56 cmd.add("EarlyAssert");
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksFrame.java140 menuBar.add(file);
141 menuBar.add(edit);
142 menuBar.add(views);
143 menuBar.add(themeMenu);
144 menuBar.add(speed);
145 menuBar.add(help);
176 file.add(newWin);
177 file.add(open);
179 file.add(quit);
203 edit.add(und
[all...]

Completed in 133 milliseconds

1234567891011>>