add qr code support and payment url to wallet app

This commit is contained in:
Manfred Karrer 2014-08-24 20:11:13 +02:00
parent 4e2f977ff0
commit e2bf6ec652
6 changed files with 114 additions and 23 deletions

View file

@ -35,7 +35,7 @@ public class BitSquare extends Application
public static boolean fillFormsWithDummyData = true;
private static String APP_NAME = "bitsquare";
private static String APP_NAME = "Bitsquare";
private static Stage primaryStage;
private WalletFacade walletFacade;
private MessageFacade messageFacade;