0.0.1 • Published 1 year ago

keefx-samplers v0.0.1

Weekly downloads
-
License
KEEVOL reserved
Repository
-
Last release
1 year ago

Intro

JavaFX Application Starter with Scala3

hard-coded FXSamplers instead of classpath scan.

How to use?

  1. com.keevol.keefx.samplers package下面新建任何KeeFXSampleBase子类(置于相应的sub-package也可以,像demo package那样);
    • KFXSamplerProject指定了com.keevol.keefx.samplers作为package;
  2. 在fxsampler.FXSampler的public Set<Class<?>> getSamples()方法中添加具体实现类来挂载具体Sample;

What has been changed?!

  1. 动态扫描改成硬编码;
  2. 去除了多余的tab展示;
  3. tab的title与当前选择的sample名称同步;