From 8e2d7c53de0b9a5bf1d9e3fd3b3f3b0633d596c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E8=BD=B2?= Date: Wed, 11 Oct 2023 02:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20VerticalBoxAble.java=20?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/module/interfaces/VerticalBoxAble.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/jcnc/jnotepad/component/module/interfaces/VerticalBoxAble.java b/src/main/java/org/jcnc/jnotepad/component/module/interfaces/VerticalBoxAble.java index 87b5f10..ab4130a 100644 --- a/src/main/java/org/jcnc/jnotepad/component/module/interfaces/VerticalBoxAble.java +++ b/src/main/java/org/jcnc/jnotepad/component/module/interfaces/VerticalBoxAble.java @@ -4,9 +4,11 @@ import javafx.scene.Node; import javafx.scene.layout.VBox; /** - * 可添加子节点的垂直布局接口 + * 可添加子节点的垂直布局接口。 * - *

该接口定义了添加子节点和获取垂直布局的方法。

+ *

该接口定义了向垂直布局添加子节点和获取垂直布局的方法。

+ * + *

实现此接口的类可以使用方法将一个或多个子节点添加到垂直布局中,以自定义垂直布局的UI组件。

* * @author luke */