3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 14:54:15 +00:00

7 Commits

Author SHA1 Message Date
Mike Hearn
a59e9d4073 Wallet template: use Aqua style on MacOS.
The indeterminate progress bar is a bit buggy in this version but the rest looks correct (for Mountain Lion).
2013-09-22 15:01:40 +02:00
Mike Hearn
6fa719df2a Wallet template: some improvements to crash handling. 2013-09-22 15:01:10 +02:00
Mike Hearn
896142504c Wallet template: nicer message if the app is already running. 2013-09-21 22:08:17 +02:00
Mike Hearn
efb6349a50 Wallet template: the appkit enables autosaving automatically, so it's unnecessary to repeat that. 2013-09-20 15:32:40 +02:00
Mike Hearn
26f2d13581 Template app: move alert window controller to the right package. 2013-09-16 11:38:43 +02:00
Mike Hearn
4ef346112f Template app: better message if no wallet is installed. 2013-09-16 11:38:15 +02:00
Mike Hearn
6a84f55727 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.
2013-09-15 22:18:00 +02:00