mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
8 lines
196 B
Java
8 lines
196 B
Java
package container;
|
|
|
|
import javafx.scene.Node;
|
|
import javafx.scene.layout.HBox;
|
|
|
|
public class MyCustomContainer extends HBox {
|
|
public static void setStaticProp(Node node, String staticProp) { }
|
|
} |