Refactor WIP

This commit is contained in:
Manfred Karrer 2015-12-24 16:17:58 +01:00
parent cd631eb53b
commit addeb6e1ed
16 changed files with 244 additions and 153 deletions

View file

@ -99,7 +99,7 @@ public class BitsquareApp extends Application {
@Override
public void start(Stage primaryStage) throws IOException {
String logPath = Paths.get(env.getProperty(BitsquareEnvironment.APP_DATA_DIR_KEY), "bitsquare").toString();
Log.setup(logPath, IS_RELEASE_VERSION);
Log.setup(logPath, !IS_RELEASE_VERSION);
log.info("Log files under: " + logPath);
Version.printVersion();

View file

@ -67,7 +67,7 @@
</GridPane.margin>
</Label>
<TextField fx:id="onionAddress" GridPane.rowIndex="3" GridPane.columnIndex="1"
mouseTransparent="true" focusTraversable="false">
editable="false" focusTraversable="false">
<GridPane.margin>
<Insets top="50.0"/>
</GridPane.margin>
@ -75,7 +75,7 @@
<Label fx:id="authenticatedPeersLabel" text="Authenticated peers:" GridPane.rowIndex="4"/>
<TextArea fx:id="authenticatedPeersTextArea" GridPane.rowIndex="4" GridPane.columnIndex="1"
mouseTransparent="true" focusTraversable="false"/>
editable="false" focusTraversable="false"/>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" halignment="RIGHT" minWidth="200.0"/>