This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import io.guthix.js5.Js5Archive; | |
import io.guthix.js5.Js5Cache; | |
import io.guthix.js5.container.disk.Js5DiskStore; | |
import io.guthix.js5.util.XteaKt; | |
import io.guthix.oldscape.cache.ConfigArchive; | |
import io.guthix.oldscape.cache.config.SpotAnimConfig; | |
import org.jetbrains.annotations.NotNull; | |
import java.nio.file.Path; | |
import java.util.Arrays; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import javafx.application.Application; | |
import javafx.scene.Group; | |
import javafx.scene.Scene; | |
import javafx.scene.control.ScrollPane; | |
import javafx.scene.web.WebEngine; | |
import javafx.scene.web.WebView; | |
import javafx.stage.Stage; | |
/** | |
* A simple application which loads up a world map. Adapted from http://www.java2s.com/. |