keefx-samplers

0.0.1 • Public • Published

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名称同步;

Readme

Keywords

none

Package Sidebar

Install

npm i keefx-samplers

Homepage

afoo.me

Weekly Downloads

0

Version

0.0.1

License

KEEVOL reserved

Unpacked Size

44.5 MB

Total Files

7

Last publish

Collaborators

  • fujohnwang