Searched refs:title (Results 76 - 100 of 202) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJInternalFrame.java50 * resizing, title display, and support for a menu bar.
174 /** The title displayed in this internal frame's title bar. */
175 protected String title; field in class:JInternalFrame
203 public final static String TITLE_PROPERTY = "title";
266 * non-iconifiable <code>JInternalFrame</code> with no title.
274 * non-iconifiable <code>JInternalFrame</code> with the specified title.
275 * Note that passing in a <code>null</code> <code>title</code> results in
278 * @param title the non-<code>null</code> <code>String</code>
279 * to display in the title ba
281 JInternalFrame(String title) argument
293 JInternalFrame(String title, boolean resizable) argument
306 JInternalFrame(String title, boolean resizable, boolean closable) argument
320 JInternalFrame(String title, boolean resizable, boolean closable, boolean maximizable) argument
336 JInternalFrame(String title, boolean resizable, boolean closable, boolean maximizable, boolean iconifiable) argument
1048 setTitle(String title) argument
[all...]
H A DJFrame.java187 * a screen device and a blank title.
210 * specified title.
215 * @param title the title for the frame
223 public JFrame(String title) throws HeadlessException { argument
224 super(title);
229 * Creates a <code>JFrame</code> with the specified title and the
235 * @param title the title to be displayed in the
249 public JFrame(String title, GraphicsConfiguratio argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMaximizableInternalFrame.java53 public MaximizableInternalFrame(String title, boolean resizable, argument
56 super(title, resizable, closable, maximizable, iconifiable);
97 // Merge title bar into menu bar
120 // Restore title bar
123 // Move buttons back to title bar
182 public void setTitle(String title) { argument
185 getMainFrame().setTitle(mainTitle + " - " + title);
188 super.setTitle(title);
259 // A wrapper class for the title pane button icons.
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DQueryHandler.java85 protected void startHtml(String title) { argument
86 out.print("<html><title>");
87 print(title);
88 out.println("</title>");
90 print(title);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DDeprecatedListWriter.java193 HtmlStyle.title, headContent);
225 String title = configuration.getText("doclet.Window_Deprecated_List");
226 Content bodyTree = getBody(true, getWindowTitle(title));
H A DPackageTreeWriter.java117 HtmlStyle.title, headContent);
141 String title = packagedoc.name() + " " +
143 Content bodyTree = getBody(true, getWindowTitle(title));
H A DTreeWriter.java102 HtmlStyle.title, headContent);
160 String title = configuration.getText("doclet.Window_Class_Hierarchy");
161 Content bodyTree = getBody(true, getWindowTitle(title));
H A DSplitIndexWriter.java114 String title = configuration.getText("doclet.Window_Split_Index",
116 Content body = getBody(true, getWindowTitle(title));
/openjdk7/langtools/test/com/sun/javadoc/testHtmlDocument/
H A DTestHtmlDocument.java66 HtmlTree title = new HtmlTree(HtmlTag.TITLE);
69 title.addContent(titleContent);
70 head.addContent(title);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopIconUI.java257 String title = frame.getTitle();
260 if (title != null) {
261 w += SwingUtilities2.stringWidth(frame, fm, title);
287 String title = frame.getTitle();
288 if (title != null) {
289 SwingUtilities2.drawString(frame, g, title, 4, y);
/openjdk7/jdk/src/share/demo/applets/BarChart/
H A DBarChart.java58 private String title; field in class:BarChart
93 title = getParameter("title");
94 if (title == null) {
95 title = "Chart";
191 // draw the title centered at the bottom of the bar graph
197 int titleWidth = metrics.stringWidth(title);
200 g.drawString(title, cx, cy);
307 { "title", "string", "The title o
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java188 private void printStackValuesOn(PrintStream tty, String title, StackValueCollection values) { argument
192 tty.println("\t" + title + ":");
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalDesktopIconUI.java67 String title = frame.getTitle();
69 button = new JButton (title, icon);
135 if (e.getPropertyName().equals("title")) {
/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.hpp114 const char* title() const { return _title; } function in class:KlassInfoHisto
119 KlassInfoHisto(const char* title);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCFileDialog.m40 title:(NSString *)inTitle
186 (JNIEnv *env, jobject peer, jstring title, jint mode, jboolean multipleMode,
193 NSString *dialogTitle = JNFJavaToNSString(env, title);
200 title:dialogTitle
/openjdk7/jdk/test/java/awt/PrintJob/PageSetupDlgBlockingTest/
H A DPageSetupDlgBlockingTest.java107 TestFrame(String title) { argument
108 super(title);
/openjdk7/jdk/test/javax/management/notification/
H A DBroadcasterSupportDeadlockTest.java135 private static void showStackTrace(String title, argument
137 System.out.println("---" + title + "---");
/openjdk7/jdk/test/javax/swing/JInternalFrame/
H A DInternalFrameIsNotCollectedTest.java128 public CustomInternalFrame(String title) { argument
129 super(title, true, true, true, true);
/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformerFactory.java235 * @param title The value of the title attribute to match. May be null.
251 String title,
248 getAssociatedStylesheet( Source source, String media, String title, String charset) argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformWindow.java59 * Sets the window title
61 public void setTitle(String title); argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dsun_awt_X11_GtkFileDialogPeer.c222 const char *title = jtitle == NULL? "": (*env)->GetStringUTFChars(env, jtitle, 0); local
226 dialog = fp_gtk_file_chooser_dialog_new(title, NULL,
232 dialog = fp_gtk_file_chooser_dialog_new(title, NULL,
244 (*env)->ReleaseStringUTFChars(env, jtitle, title);
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java407 String title = "RMI Benchmark, v" + VERSION;
410 reporter = new TextReporter(repstr, title);
414 reporter = new HtmlReporter(repstr, title);
418 reporter = new XmlReporter(repstr, title);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DJ2DBench.java123 "[-title] <title> "+
170 System.out.println(" -title "+
171 "Use the title for the saved results");
207 String title = null;
272 } else if (arg.equalsIgnoreCase("-title")) {
274 title = argv[i];
385 if (title == null) {
386 title = inputUserStr("title");
602 saveResults(String title, String desc) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DHeapSummary.java242 private void printValMB(String title, long value) { argument
244 System.out.println(alignment + title + (value >>> 20) + " MB");
247 System.out.println(alignment + title + value + " (" + mb + "MB)");
251 private void printValue(String title, long value) { argument
252 System.out.println(alignment + title + value);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameDockIconUI.java142 String title = fFrame.getTitle();
143 if (title == null || title.equals("")) title = "Untitled";
144 fDockLabel = new DockLabel(title);

Completed in 43 milliseconds

123456789