We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56bf6df + 0cbc245 commit cf82928Copy full SHA for cf82928
.gitignore
@@ -0,0 +1,26 @@
1
+# Compiled class file
2
+*.class
3
+
4
+# Log file
5
+*.log
6
+# html doc
7
+*.css
8
+*.html
9
10
+# BlueJ files
11
+*.ctxt
12
13
+# Mobile Tools for Java (J2ME)
14
+.mtj.tmp/
15
16
+# Package Files #
17
+*.jar
18
+*.war
19
+*.nar
20
+*.ear
21
+*.zip
22
+*.tar.gz
23
+*.rar
24
25
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
26
+hs_err_pid*
README.md
@@ -1,2 +1,8 @@
# java-font-dialog
JFontDialog
+## How to use?
+<code> JFontDialog dialog = new JFontDialog(jTextarea); // or args JLabel & JTextField </code>
+<hr/>
+
0 commit comments