Skip to content

Commit fd5184a

Browse files
authored
Update README.md
1 parent 01d3009 commit fd5184a

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

README.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,35 @@
66

77
<h1></h1>
88

9-
# GNAvatarView
10-
Component avatar view for javafx-8
9+
<p align="center">
10+
<img src="src/logo.png" />
11+
</p>
1112

12-
![gif](src/com/gn/gif.gif)
13+
<h1></h1>
14+
<h6 align="center"> This project is part of the set of custom components created for JavaFx. </h6>
15+
16+
<h1></h1>
17+
18+
<h1> GNAvatarView </h1>
19+
20+
<h5 >
21+
The AvatarView is a simple component used to view one image with a custom avatar.
22+
23+
</h5>
24+
25+
> Create a shape with image for avatar view.
26+
27+
<h1></h1>
28+
29+
<h5>Basic Usage</h5>
30+
31+
```java
32+
GNAvatarView avatarView = new GNAvatarView();
33+
avatarView.setImage(new Image("smile.jpg"));
34+
```
35+
36+
<h1></h1>
37+
38+
<h5>View</h5>
39+
40+
<p align="center"><img src="src/com/gn/gif.gif"/></p>

0 commit comments

Comments
 (0)