1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-27 02:37:06 +01:00

moved javafx to main package

This commit is contained in:
pm47 2016-08-19 17:47:53 +02:00
parent da4b879b87
commit dcf9873736
8 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
package fr.acinq.protos.javafx
package fr.acinq.eclair.javafx
import javafx.event.{ActionEvent, EventHandler}
import javafx.geometry.{Insets, Pos}

View file

@ -1,4 +1,4 @@
package fr.acinq.protos.javafx
package fr.acinq.eclair.javafx
import javafx.geometry.{Insets, Pos}
import javafx.scene.Scene

View file

@ -1,4 +1,4 @@
package fr.acinq.protos.javafx
package fr.acinq.eclair.javafx
import javafx.event.{ActionEvent, EventHandler}
import javafx.geometry.{Insets, Pos}

View file

@ -1,4 +1,4 @@
package fr.acinq.protos.javafx
package fr.acinq.eclair.javafx
import javafx.scene.image.{Image, ImageView}
import javafx.scene.layout.StackPane

View file

@ -1,4 +1,4 @@
package fr.acinq.protos.javafx
package fr.acinq.eclair.javafx
import javafx.application.{Application, Platform}
import javafx.beans.value.{ChangeListener, ObservableValue}

View file

@ -1,4 +1,4 @@
package fr.acinq.protos.javafx
package fr.acinq.eclair.javafx
import javafx.application.Platform
import javafx.embed.swing.SwingNode

View file

@ -1,4 +1,4 @@
package fr.acinq.protos.javafx
package fr.acinq.eclair.javafx
import javafx.application.Platform

View file

@ -1,4 +1,4 @@
package fr.acinq.protos.javafx
package fr.acinq.eclair.javafx
import javafx.geometry.Pos
import javafx.scene.control.{Button, Label, ProgressBar, TextField}