質問編集履歴
2
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
どのように記述したらよいのでしょうか
|
8
8
|
|
9
9
|
<例>
|
10
|
-
未
|
10
|
+
未を選択⇒選択後にSplitMenuButtonのtextが未になる
|
11
11
|
|
12
12
|
コードはeclipse
|
13
13
|
デザインはSceneBuilderで作成しています。
|
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,8 +18,6 @@
|
|
18
18
|
<SplitMenuButton fx:id="selectButton" mnemonicParsing="false" onAction="#On_selentButton1" prefHeight="33.0" prefWidth="130.0" text="全て">
|
19
19
|
<items>
|
20
20
|
<MenuItem mnemonicParsing="false" text="全て" />
|
21
|
-
<MenuItem mnemonicParsing="false" text="未
|
21
|
+
<MenuItem mnemonicParsing="false" text="未" />
|
22
|
-
|
22
|
+
|
23
|
-
<MenuItem mnemonicParsing="false" text="検品済" />
|
24
|
-
<MenuItem mnemonicParsing="false" text="中断中" />
|
25
23
|
```
|