Skip to content

Commit

Permalink
Added a toastWindow variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DeflatedPickle committed Aug 8, 2020
1 parent cc6d633 commit 9b64cdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

group 'org.deflatedpickle'
archivesBaseName = 'haruhi'
version '1.4.0'
version '1.4.1'

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
Expand Down Expand Up @@ -38,6 +38,9 @@ dependencies {

// Extended Swing widgets
api 'org.swinglabs:swingx:1.6.1'

// Toasts
api 'com.github.DeflatedPickle.tosuto:tosuto:1.7.2'
}

compileKotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import com.deflatedpickle.haruhi.event.EventDiscoverPlugin
import com.deflatedpickle.haruhi.event.EventLoadPlugin
import com.deflatedpickle.haruhi.event.EventPanelFocusGained
import com.deflatedpickle.haruhi.event.EventPanelFocusLost
import com.deflatedpickle.tosuto.ToastWindow
import io.github.classgraph.ClassInfo
import java.io.File
import javax.swing.JScrollPane
Expand All @@ -33,6 +34,7 @@ object PluginUtil {
var isInDev by Delegates.notNull<Boolean>()

lateinit var window: Window
lateinit var toastWindow: ToastWindow
lateinit var control: CControl
lateinit var grid: CGrid

Expand Down

0 comments on commit 9b64cdc

Please sign in to comment.