Skip to content

Commit 4d19b7c

Browse files
add screenshots for README.md
1 parent 0d0ec04 commit 4d19b7c

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

screenshots/shot1.png

5 KB
Loading

screenshots/shot2.png

18.8 KB
Loading

screenshots/shot3.png

48.7 KB
Loading

src/sample/StickyController.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ public void initialize(URL location, ResourceBundle resources) {
5757
adapter = new Adapter();
5858
recyclerView.setAdapter(adapter);
5959

60-
cardList.add(new CardDetail("Surbhi", 0));
61-
cardList.add(new CardDetail("Ashish", 2));
62-
cardList.add(new CardDetail("Yogesh", 4));
60+
cardList.add(new CardDetail("This is Note 1", 0));
61+
cardList.add(new CardDetail("This is Note 2", 2));
62+
cardList.add(new CardDetail("This is Note 3", 4));
6363

6464
for(CardDetail x : cardList) recyclerView.getItems().add(x);
6565
PopUpOpen = false;

src/sample/stickyframe.fxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</FlowPane>
9393
<BorderPane fx:id="clearBorder" prefHeight="50.0" prefWidth="310.0" style="-fx-background-color: #000;">
9494
<center>
95-
<JFXTextField fx:id="searchField" editable="false" focusColor="TRANSPARENT" onKeyReleased="#keyReleased" prefHeight="35.0" promptText="Search..." style="-fx-border-color: #737373; -fx-background-color: #737373; -fx-text-fill: #fff;" text="NOT CURRENTLY WORKING" unFocusColor="TRANSPARENT" BorderPane.alignment="CENTER">
95+
<JFXTextField fx:id="searchField" editable="false" focusColor="TRANSPARENT" onKeyReleased="#keyReleased" prefHeight="35.0" promptText="Search..." style="-fx-border-color: #737373; -fx-background-color: #737373; -fx-text-fill: #fff;" unFocusColor="TRANSPARENT" BorderPane.alignment="CENTER">
9696
<font>
9797
<Font size="13.0" />
9898
</font>

0 commit comments

Comments
 (0)