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:
parent
da4b879b87
commit
dcf9873736
8 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
package fr.acinq.protos.javafx
|
||||
package fr.acinq.eclair.javafx
|
||||
|
||||
import javafx.event.{ActionEvent, EventHandler}
|
||||
import javafx.geometry.{Insets, Pos}
|
|
@ -1,4 +1,4 @@
|
|||
package fr.acinq.protos.javafx
|
||||
package fr.acinq.eclair.javafx
|
||||
|
||||
import javafx.geometry.{Insets, Pos}
|
||||
import javafx.scene.Scene
|
|
@ -1,4 +1,4 @@
|
|||
package fr.acinq.protos.javafx
|
||||
package fr.acinq.eclair.javafx
|
||||
|
||||
import javafx.event.{ActionEvent, EventHandler}
|
||||
import javafx.geometry.{Insets, Pos}
|
|
@ -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
|
|
@ -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}
|
|
@ -1,4 +1,4 @@
|
|||
package fr.acinq.protos.javafx
|
||||
package fr.acinq.eclair.javafx
|
||||
|
||||
import javafx.application.Platform
|
||||
import javafx.embed.swing.SwingNode
|
|
@ -1,4 +1,4 @@
|
|||
package fr.acinq.protos.javafx
|
||||
package fr.acinq.eclair.javafx
|
||||
|
||||
|
||||
import javafx.application.Platform
|
|
@ -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}
|
Loading…
Add table
Reference in a new issue