Skip to content

Commit abc6497

Browse files
authored
Update README.md
1 parent a4ccc31 commit abc6497

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ So, CustomStage will get rid of all of these issues since it includes,
3636

3737
## How to use a CustomStage?
3838

39-
- An example is provided in [**How to use a CustomStage**](src/lk/vivoxalabs/customstage/test/StageTest.java) for a complete implementation
39+
- An example is provided in [**How to use a CustomStage**](examples/v1.0.0/StageTest.java) for a complete implementation
4040

4141
![CustomStage](https://preview.ibb.co/mJrs2x/Custom_Stage.png)
4242

43-
- To achieve transparency, see [**Transparent CustomStage**](src/lk/vivoxalabs/customstage/test/TransparentStage.java)
43+
- To achieve transparency, see [**Transparent CustomStage**](examples/v1.0.0/TransparentStage.java)
4444

4545
![Transparent CustomStage](https://preview.ibb.co/bWvfpc/Transparent.png)
4646

47-
- CustomStage with custom icons for (close,minimize,maximize/restore) buttons [**CustomStage with custom icons**](src/lk/vivoxalabs/customstage/test/CustomIconStage.java)
47+
- CustomStage with custom icons for (close,minimize,maximize/restore) buttons [**CustomStage with custom icons**](examples/v1.0.0/CustomIconStage.java)
4848

4949
![CustomStage with custom icons](https://preview.ibb.co/jzJN2x/custom_Icon.png)
5050

0 commit comments

Comments
 (0)