mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-29 09:49:56 +07:00
5 lines
187 B
Java
5 lines
187 B
Java
import javafx.beans.property.DoubleProperty;
|
|
import javafx.beans.property.SimpleDoubleProperty;
|
|
public class Test {
|
|
private DoubleProperty fie<caret>ld = new SimpleDoubleProperty();
|
|
} |