![JAR search and dependency download from the Maven repository](/logo.png)
net.dankito.richtexteditor.java.fx.JavaFXIcon.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of richtexteditor-javafx Show documentation
Show all versions of richtexteditor-javafx Show documentation
WYSIWYG editor for JavafX supporting all common formatting options.
The newest version!
package net.dankito.richtexteditor.java.fx
import net.dankito.richtexteditor.Icon
class JavaFXIcon(val url: String) : Icon() {
companion object {
fun fromResourceName(iconResourceName: String): JavaFXIcon {
return JavaFXIcon(JavaFXIcon::class.java.classLoader.getResource("icons/" + iconResourceName).toExternalForm())
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy