Skip to content

Commit cf82928

Browse files
committed
2 parents 56bf6df + 0cbc245 commit cf82928

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

Diff for: .gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -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*

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# java-font-dialog
22
JFontDialog
3+
## How to use?
4+
<code> JFontDialog dialog = new JFontDialog(jTextarea); // or args JLabel & JTextField </code>
5+
6+
<hr/>
7+
8+
![](https://github.com/barismeral/java-font-dialog/blob/master/dialog.JPG?raw=true)

0 commit comments

Comments
 (0)