All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sitoolkit.wt.gui.domain.sample.SampleState Maven / Gradle / Ivy

The newest version!
package io.sitoolkit.wt.gui.domain.sample;

import javafx.beans.property.BooleanProperty;
import javafx.beans.property.SimpleBooleanProperty;

public class SampleState {

  private BooleanProperty running = new SimpleBooleanProperty(false);

  public SampleState() {}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy