diff --git a/README.md b/README.md index 8f69cf1..2b99dbe 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ A stand-alone, free and open-source implementation of the Fruity Dance plugin fr - Download the FL-Chan (or similar) sprite sheet and text file (can be found in the FL Studio files, or you can [download a big version](http://www.image-line.com/support/FLHelp/content/FLChan_HD.zip)) - Run the program - Click the big "Open" button - - Locate the Fl-Chan (or similar) sprite sheet and text file + - Locate the FL-Chan (or similar) sprite sheet and text file - Double-click either one, or click it and then click "Open" \ No newline at end of file diff --git a/src/main/kotlin/com/deflatedpickle/faosdance/main.kt b/src/main/kotlin/com/deflatedpickle/faosdance/main.kt index 7fd1ae8..ff8ce2f 100644 --- a/src/main/kotlin/com/deflatedpickle/faosdance/main.kt +++ b/src/main/kotlin/com/deflatedpickle/faosdance/main.kt @@ -16,7 +16,7 @@ fun main(args: Array) { SwingUtilities.updateComponentTreeUI(frame) frame.defaultCloseOperation = JFrame.EXIT_ON_CLOSE - + frame.isAlwaysOnTop = true frame.isUndecorated = true frame.background = Color(0, 0, 0, 0)