Searched refs:title (Results 176 - 200 of 202) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletViewer.java55 TextFrame(int x, int y, String title, String text) { argument
56 setTitle(title);
162 setTitle(amh.getMessage("tool.title", atts.get("code")));
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp78 void print(const char* title) { argument
81 title,
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanAttributes.java1063 private void popupAndLog(Throwable ex, String method, String title) { argument
1071 title,
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java56 String title; field in class:XFileDialogPeer
140 this.title = target.getTitle();
H A DXFramePeer.java76 winAttr.title = target.getTitle();
499 // title bar
526 // title bar text
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java150 void genHTMLPrologue(String title) { argument
152 append("<html><head><title>");
153 append(title);
154 append("</title></head>");
157 h2(title);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp454 static int message_box(const char* title, const char* message);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h762 GtkWidget* (*fp_gtk_file_chooser_dialog_new)(const gchar *title,
H A Dgtk2_interface.c284 static GtkWidget* (*fp_gtk_color_selection_dialog_new)(const gchar* title);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DClassWriterImpl.java173 HtmlStyle.title, headerContent);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java1083 public Window createInputMethodWindow(String title, InputContext context) { argument
1084 return new sun.awt.im.SimpleInputMethodWindow(title, context);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/
H A Dstylesheet.css69 Document title and Copyright styles
197 .title {
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFont2DTest.java650 /// Prepend title and the option that is only obtainable here
726 String title = perLine.nextToken();
727 if ( !title.equals( "Font2DTest Option File" ))
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java2172 public EPSPrinter(Printable printable, String title, argument
2177 this.epsTitle = title;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp931 void print(const char* title);
H A Dc1_GraphBuilder.cpp115 stringStream title; local
116 title.print("BlockListBuilder ");
117 scope->method()->print_name(&title);
118 CFGPrinter::print_cfg(_bci2block, title.as_string(), false, false);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.h134 * Fix for 4964237: Win XP: Changing theme changes java dialogs title icon
141 virtual void CreateHWnd(JNIEnv *env, LPCWSTR title,
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java1245 char displayYesNoDialog(Window w, String title, String prompt, String yes, String no) { argument
1248 (title, tool, this, true);
1472 ToolDialog(String title, PolicyTool tool, ToolWindow tw, boolean modal) { argument
1474 setTitle(title);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java112 * &lt;title>An example HTMLDocument&lt;/title>
2971 // title matches default style.
2974 String title = (String)attr.getAttribute
2990 title.equals(defaultStyle)))) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java803 * Returns the title of this dialog
879 private Object showNewFolderDialog(final Component parentComponent, final Object message, final String title, final int messageType, final Icon icon, final Object[] options, final Object initialSelectionValue) { argument
885 final JDialog dialog = pane.createDialog(parentComponent, title);
906 newFolderTitleText, // title
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4613 extern void report_error(char* file_name, int line_no, char* title, char* format, ...);
5039 int os::message_box(const char* title, const char* message) { argument
5044 err.print_raw_cr(title);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4427 extern void report_error(char* file_name, int line_no, char* title, char* format, ...);
4826 int os::message_box(const char* title, const char* message) { argument
4831 err.print_raw_cr(title);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp4444 int os::message_box(const char* title, const char* message) { argument
4449 err.print_raw_cr(title);
4986 void report_error(const char* file_name, int line_no, const char* title, const char* format, ...);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3697 int os::message_box(const char* title, const char* message) { argument
3698 int result = MessageBox(NULL, message, title,
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java2879 private static void printExtensions(String title, CertificateExtensions exts, PrintStream out) argument
2888 out.println(title);

Completed in 216 milliseconds

123456789