Add a demo wallet app that uses JavaFX and Java 8.

The app is not meant to be usable by end users. It is intended to act as a template for people to build custom apps that use contracts. To that end you can get money in, and empty your wallet, but there's no other controls beyond that.

Apps based on this template look professional and have nice animations and visual effects. You can also use this as a way to learn JavaFX.
This commit is contained in:
Mike Hearn
2013-09-15 22:08:19 +02:00
parent 8daec2363b
commit 6a84f55727
16 changed files with 824 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
<module>core</module>
<module>examples</module>
<module>tools</module>
<module>wallettemplate</module>
</modules>
<name>bitcoinj Parent</name>