Skip to content

Commit

Permalink
AWTtoFXImageConverter is only used in ui so move it there
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Dec 9, 2023
1 parent 4cdd9ef commit 4124a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Image/J Plugins
* Copyright (C) 2002-2021 Jarek Sacha
* Copyright (C) 2002-2023 Jarek Sacha
* Author's email: jpsacha at gmail dot com
*
* This library is free software; you can redistribute it and/or
Expand All @@ -20,7 +20,7 @@
* Latest release available at https://github.com/ij-plugins/ijp-color/
*/

package ij_plugins.color.util
package ij_plugins.color.ui.fx

import java.awt.image.BufferedImage

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Image/J Plugins
* Copyright (C) 2002-2022 Jarek Sacha
* Copyright (C) 2002-2023 Jarek Sacha
* Author's email: jpsacha at gmail dot com
*
* This library is free software; you can redistribute it and/or
Expand All @@ -23,7 +23,7 @@
package ij_plugins.color.ui

import ij.IJ
import ij_plugins.color.util.AWTtoFXImageConverter.toBufferImage
import ij_plugins.color.ui.fx.AWTtoFXImageConverter.toBufferImage
import javafx.embed.swing as jfxes
import org.scalafx.extras.*
import scalafx.Includes.*
Expand Down

0 comments on commit 4124a82

Please sign in to comment.