Searched refs:title (Results 101 - 125 of 202) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/gopher/
H A DGopherClient.java262 ps.print("<html><head><title>Searchable Gopher Index</title></head>\n<body><h1>Searchable Gopher Index</h1><isindex>\n</body></html>\n");
273 String title = null;
275 title = "Results of searching for \"" + gkey.substring(qpos + 1)
278 title = "Gopher directory " + gkey + " from " + u.getHost();
279 ps.print("<html><head><title>");
280 ps.print(title);
281 ps.print("</title></head>\n<body>\n<H1>");
282 ps.print(title);
/openjdk7/hotspot/agent/src/share/classes/com/sun/java/swing/ui/
H A DTabsDlg.java94 public TabsDlg(String title, Vector panels) argument
96 super(new JFrame(), title, true);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_FileDialog.cpp240 jstring title = NULL;
267 title = (jstring)(env)->GetObjectField(target, AwtDialog::titleID);
270 if (title == NULL || env->GetStringLength(title)==0) {
271 title = JNU_NewStringPlatform(env, L" ");
274 JavaStringBuffer titleBuffer(env, title);
389 env->DeleteLocalRef(title);
403 env->DeleteLocalRef(title);
/openjdk7/jdk/test/sun/security/util/Oid/
H A DS11N.java140 private static void dump(String title, String[] oids) throws Exception { argument
143 System.out.println(" " + title + ".put(\"" + oid + "\",");
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DLinkFactoryImpl.java63 String title =
82 title, classLinkInfo.target));
H A DPackageUseWriter.java266 String title = configuration.getText("doclet.Window_ClassUse_Header",
268 Content bodyTree = getBody(true, getWindowTitle(title));
273 HtmlStyle.title, headContent);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTree.java252 * @param title the title for the frame
256 public static HtmlTree FRAME(String src, String name, String title, String scrolling) { argument
260 htmltree.addAttr(HtmlAttr.TITLE, nullCheck(title));
271 * @param title the title for the frame
274 public static HtmlTree FRAME(String src, String name, String title) { argument
275 return FRAME(src, name, title, null);
283 * @param title the title fo
287 FRAMESET(String cols, String rows, String title, String onload) argument
414 LINK(String rel, String type, String href, String title) argument
[all...]
H A DHtmlWriter.java50 * The window title of this file
275 println(" parent.document.title=\"" + winTitle + "\";");
295 " parent.document.title=\"" + winTitle + "\";" + DocletConstants.NL +
405 * of the document in the window title bar when frames are on.
422 * @param title title for the window
425 public HtmlTree getBody(boolean includeScript, String title) { argument
427 // Set window title string which is later printed
428 this.winTitle = title;
450 public void title() { method in class:HtmlWriter
459 public void title(String winTitle) { method in class:HtmlWriter
[all...]
/openjdk7/langtools/test/tools/javac/diags/
H A DRunExamples.java54 * -title string specify a title, only applies to HTML output
104 String title = null;
120 else if (arg.equals("-title") && (i + 1) < args.length)
121 title = args[++i];
162 r = new HTMLRunner(outFile, showFiles, raw, verbose, title);
337 HTMLRunner(File file, boolean showFiles, boolean raw, boolean verbose, String title) argument
344 if (title != null) {
346 html.write(title);
375 if (title !
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCMenu.java112 private native void nativeSetMenuTitle(long menuPtr, String title); argument
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DInputStreamImageSource.java76 synchronized void printQueues(String title) { argument
77 System.out.println(title+"[ -----------");
83 System.out.println("----------- ]"+title);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1GCPhaseTimes.cpp83 void WorkerDataArray<T>::print(int level, const char* title) { argument
87 buf.append("[%s: ", title);
98 buf.append("[%s:", title);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp1301 void print_ticks(const char* title, int ticks, int total) { argument
1305 tty->print("%s", title);
1323 const char* title = "too soon to tell"; local
1371 title = "Total interpreted";
1373 title = "Total interpreted (including elided)";
1375 interpretedNode::print_total(tty, &interpreted_ticks, active, title);
1398 title = "Total compiled";
1400 title = "Total compiled (including elided)";
1402 compiledNode::print_total(tty, &compiled_ticks, active, title);
1425 title
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTabbedPaneUI.java391 String title = tabPane.getTitleAt(tab);
399 tabContext, metrics, title, icon, SwingUtilities.CENTER,
641 String title = tabPane.getTitleAt(tabIndex);
646 layoutLabel(ss, tabPlacement, metrics, tabIndex, title, icon,
650 tabIndex, title, textRect, isSelected);
658 String title, Icon icon,
668 ss.getStyle().getGraphicsUtils(ss).layoutText(ss, metrics, title,
686 String title, Rectangle textRect,
699 ss.getStyle().getGraphicsUtils(ss).paintText(ss, g, title,
790 String title
656 layoutLabel(SynthContext ss, int tabPlacement, FontMetrics metrics, int tabIndex, String title, Icon icon, Rectangle tabRect, Rectangle iconRect, Rectangle textRect, boolean isSelected ) argument
683 paintText(SynthContext ss, Graphics g, int tabPlacement, Font font, FontMetrics metrics, int tabIndex, String title, Rectangle textRect, boolean isSelected) argument
[all...]
H A DSynthInternalFrameTitlePane.java39 * The class that manages a synth title bar
54 // Alignment for the title, one of SwingConstants.(LEADING|TRAILING|CENTER)
233 String title = frame.getTitle();
235 if (title != null) {
286 String clippedTitle = getTitle(title, fm, maxX - minX);
287 if (clippedTitle == title) {
291 computeStringWidth(context, g.getFont(), fm, title);
295 computeStringWidth(context, g.getFont(), fm, title);
411 // Leave room for three characters in the title.
H A DSynthProgressBarUI.java325 * @param title the text to paint
327 protected void paintText(SynthContext context, Graphics g, String title) { argument
334 computeStringWidth(context, font, fm, title);
364 style.getGraphicsUtils(context).paintText(context, g, title,
382 style.getGraphicsUtils(context).paintText(context, g, title,
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsInternalFrameTitlePane.java128 String title = frame.getTitle();
129 if (title != null) {
165 titleW = SwingUtilities2.stringWidth(frame, fm, title);
178 title = getTitle(frame.getTitle(), fm, titleW);
193 SwingUtilities2.drawString(frame, g, title,
200 SwingUtilities2.drawString(frame, g, title, titleX, baseline);
/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp184 KlassInfoHisto::KlassInfoHisto(const char* title) : argument
185 _title(title) {
216 st->print_cr("%s",title());
/openjdk7/jdk/src/share/classes/com/sun/tools/extcheck/
H A DExtCheck.java119 error("The target file does not have a specification title");
122 verboseMessage("Specification title:" + targetSpecTitle);
135 * has the same specification-title and the same or a newer
139 * than any installed jar file with the same specification-title,
204 String title = attr.getValue(Name.SPECIFICATION_TITLE);
212 if (title != null){
213 if (title.equals(targetSpecTitle)){
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/report/
H A DJ2DAnalyzer.java328 String title = getStringAttribute(rsline, "name");
329 if (title == null) {
330 title = "No title";
333 srs.setTitle(title);
458 private String title; field in class:J2DAnalyzer.ResultSetHolder
460 public void setTitle(String title) { argument
461 this.title = title;
465 return title;
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDialogPeer.java57 winAttr.title = target.getTitle();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java138 } else if (elem == dtd.title) {
227 } else if (elem == dtd.title) {
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletProps.java47 setTitle(amh.getMessage("title"));
128 amh.getMessage("title.invalidproxy"),
199 public AppletPropsErrorDialog(Frame parent, String title, String message, argument
201 super(parent, title, true);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEmbeddedFrame.java310 public void setTitle(String title) {} argument
523 public void setTitle(String title) {} argument
/openjdk7/jdk/test/java/awt/Modal/ModalDialogMultiscreenTest/
H A DModalDialogMultiscreenTest.java60 public TestDialog(Frame owner, String title, boolean modal, GraphicsConfiguration gc) { argument
61 super(owner, title, modal, gc);

Completed in 86 milliseconds

123456789