Method setFont(Font f)
Return type: void
Member of: javax.swing.JTextField
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 searchTf.setFont(Editor.swingFont);
2 setFont(MONO_PLAIN_DEFAULT_FONT);
3 status_line.setFont(font);
4 setFont(ReloadUIManager.plainFont11);
5 setFont(CompierePLAF.getFont_Field());
6 errorLabel.setFont( font);
7 passwordField.setFont(MainWindow.FIELD_FONT);
8 setFont(CompierePLAF.getFont_Field());
9 field.setFont(font);
10 jTextField1.setFont(font);
11 textField.setFont(mFont);
12 urlField.setFont(font);
13 setFont(BOLD_FONT);
14 statusText.setFont(new Font("SansSerif", Font.PLAIN, 9));
15 addressField.setFont(f);
16 driverText.setFont(plainfont);
17 tf.setFont(Editor.swingFont);
18 editor.setFont(font);
19 searchFld.setFont(new java.awt.Font("Dialog", 0, 11));
20 jTextFieldClass.setFont (new java.awt.Font ("SansSerif", 1, 11));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.