“Interface” by Filip Rizov
This chapter will cover how to create our UI. Using the UI we will be able to check our coin balance, display our public address so that we can share it with others, look at recent transactions, and send coins to others. For this purpose, we will use Scene Builder, a GUI tool that will help us create our front end. For our controller classes, we will be using Java and JavaFX. Finally, ...