Skip to content

Commit

Permalink
minor: renamed app class
Browse files Browse the repository at this point in the history
  • Loading branch information
hrj committed Feb 25, 2015
1 parent bb1a03c commit 3714449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/co/uproot/unplug/guiClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ import javafx.concurrent.Worker
import co.uproot.unplug.*

fun main(args: Array<String>) {
Application.launch(javaClass<JMatrix>())
Application.launch(javaClass<UnplugApp>())
}

class JMatrix : Application() {
class UnplugApp : Application() {
override fun start(stage: Stage?) {
val loginService = LoginService()
val userId = TextField { promptText = "Eg: bob" }
Expand Down

0 comments on commit 3714449

Please sign in to comment.