fxsampler.FXSamplerConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fxsampler Show documentation
Show all versions of fxsampler Show documentation
High quality UI controls and other tools to complement the core JavaFX distribution
package fxsampler;
public interface FXSamplerConfiguration {
String getSceneStylesheet();
}