Reformatting

This commit is contained in:
Manfred Karrer 2014-09-26 02:24:24 +02:00
parent 299589ccf4
commit da2e7fd968
4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ public class NotificationEvent extends Event {
// ******************** Constructors **************************************
public NotificationEvent(final Notification NOTIFICATION, final Object SOURCE, final EventTarget TARGET,
public NotificationEvent(final Notification NOTIFICATION, final Object SOURCE, final EventTarget TARGET,
EventType<NotificationEvent> TYPE) {
super(SOURCE, TARGET, TYPE);
this.NOTIFICATION = NOTIFICATION;

View File

@ -174,7 +174,7 @@ class MainModel extends UIModel {
}
});
tradeManager.getPendingTrades().addListener((MapChangeListener<String,
tradeManager.getPendingTrades().addListener((MapChangeListener<String,
Trade>) change -> updateNumPendingTrades());
updateNumPendingTrades();

View File

@ -59,7 +59,7 @@
</GridPane.margin>
</HBox>
<InfoDisplay gridPane="$root" onAction="#onOpenHelp" rowIndex="4"
<InfoDisplay gridPane="$root" onAction="#onOpenHelp" rowIndex="4"
text="Protect your wallet with a strong password. You need to enter the password any time you withdraw Bitcoin from your trading wallets. You can change the password later in the settings. Open the help menu for more information."/>
<columnConstraints>

View File

@ -49,7 +49,7 @@
<Insets bottom="5"/>
</GridPane.margin>
</Button>
<InfoDisplay gridPane="$root" onAction="#onOpenHelp" rowIndex="3"
<InfoDisplay gridPane="$root" onAction="#onOpenHelp" rowIndex="3"
text="You can recreate your wallet our of these words when you lose your wallet. Backup it on paper to have better protection against online theft. Open the help menu for more information."/>
<columnConstraints>