File tree Expand file tree Collapse file tree 1 file changed +31
-3
lines changed
Expand file tree Collapse file tree 1 file changed +31
-3
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments