|
5 | 5 | <?import javafx.scene.layout.*?> |
6 | 6 | <?import javafx.scene.text.*?> |
7 | 7 |
|
8 | | -<VBox fx:id="templateRoot" alignment="CENTER" prefWidth="500.0" spacing="10.0" stylesheets="@templates.css" |
9 | | - xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1" |
10 | | - fx:controller="fjwright.runreduce.templates.Derivative"> |
| 8 | +<VBox fx:id="templateRoot" alignment="CENTER" prefWidth="600.0" spacing="10.0" stylesheets="@templates.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="fjwright.runreduce.templates.Derivative"> |
11 | 9 | <padding> |
12 | | - <Insets bottom="20.0" left="20.0" right="20.0" top="20.0"/> |
| 10 | + <Insets bottom="20.0" left="20.0" right="20.0" top="20.0" /> |
13 | 11 | </padding> |
14 | | - <Text fontSmoothingType="LCD" |
15 | | - text="The dependent variable or expression and first independent variable are required. Other fields may be left empty. Superscripts represent orders, which unless empty must be positive integers." |
16 | | - textAlignment="CENTER" wrappingWidth="460.0"/> |
| 12 | + <Text fontSmoothingType="LCD" text="The dependent variable or expression and first independent variable are required. Other fields may be left empty. Superscripts represent orders, which unless empty must be positive integers." textAlignment="CENTER" wrappingWidth="560.0" /> |
17 | 13 | <HBox alignment="CENTER"> |
18 | | - <Label text="REDUCE Manual: "/> |
| 14 | + <Label text="REDUCE Manual: " /> |
19 | 15 | <Hyperlink onAction="#redManHyperlinkOnAction" text="DF Operator" userData="DF Operator"> |
20 | 16 | <tooltip> |
21 | | - <Tooltip text="Click to visit the appropriate section of the REDUCE Manual in your default browser."/> |
| 17 | + <Tooltip text="Click to visit the appropriate section of the REDUCE Manual in your default browser." /> |
22 | 18 | </tooltip> |
23 | 19 | </Hyperlink> |
24 | 20 | </HBox> |
25 | 21 | <VBox alignment="CENTER" fillWidth="false" spacing="5.0" styleClass="styled-textfields"> |
26 | 22 | <padding> |
27 | | - <Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/> |
| 23 | + <Insets bottom="10.0" left="10.0" right="10.0" top="10.0" /> |
28 | 24 | </padding> |
29 | 25 | <HBox alignment="CENTER" spacing="2.0" style="-fx-border-width: 0 0 1 0; -fx-border-color: black;"> |
30 | 26 | <padding> |
31 | | - <Insets bottom="5.0"/> |
| 27 | + <Insets bottom="5.0" /> |
32 | 28 | </padding> |
33 | | - <Label styleClass="d-symbol" text="∂"/> |
34 | | - <Label fx:id="totalOrdLabel" styleClass="order"/> |
35 | | - <TextField fx:id="depVarTextField" prefColumnCount="7" text="ws"/> |
| 29 | + <Label styleClass="d-symbol" text="∂" /> |
| 30 | + <Label fx:id="totalOrdLabel" styleClass="order" /> |
| 31 | + <TextField fx:id="depVarTextField" prefColumnCount="7" text="ws" /> |
36 | 32 | </HBox> |
37 | 33 | <HBox alignment="CENTER" spacing="2.0"> |
38 | | - <Label styleClass="d-symbol" text="∂"/> |
39 | | - <TextField fx:id="indVar0TextField" alignment="CENTER" onKeyTyped="#indVar1KeyTyped" prefColumnCount="1" |
40 | | - text="x"/> |
41 | | - <TextField fx:id="ord0TextField" alignment="CENTER" onKeyTyped="#indVar1KeyTyped" prefColumnCount="1" |
42 | | - styleClass="order"/> |
43 | | - <Label fx:id="d1Label" styleClass="d-symbol" text="∂" visible="false"/> |
44 | | - <TextField fx:id="indVar1TextField" alignment="CENTER" onKeyTyped="#indVar2KeyTyped" prefColumnCount="1"/> |
45 | | - <TextField fx:id="ord1TextField" alignment="CENTER" onKeyTyped="#indVar2KeyTyped" prefColumnCount="1" |
46 | | - styleClass="order"/> |
47 | | - <Label fx:id="d2Label" styleClass="d-symbol" text="∂" visible="false"/> |
48 | | - <TextField fx:id="indVar2TextField" alignment="CENTER" onKeyTyped="#indVar3KeyTyped" prefColumnCount="1"/> |
49 | | - <TextField fx:id="ord2TextField" alignment="CENTER" onKeyTyped="#indVar3KeyTyped" prefColumnCount="1" |
50 | | - styleClass="order"/> |
| 34 | + <Label styleClass="d-symbol" text="∂" /> |
| 35 | + <TextField fx:id="indVar0TextField" alignment="CENTER" onKeyTyped="#indVar1KeyTyped" prefColumnCount="1" text="x" /> |
| 36 | + <TextField fx:id="ord0TextField" alignment="CENTER" onKeyTyped="#indVar1KeyTyped" prefColumnCount="1" styleClass="order" /> |
| 37 | + <Label fx:id="d1Label" styleClass="d-symbol" text="∂" visible="false" /> |
| 38 | + <TextField fx:id="indVar1TextField" alignment="CENTER" onKeyTyped="#indVar2KeyTyped" prefColumnCount="1" /> |
| 39 | + <TextField fx:id="ord1TextField" alignment="CENTER" onKeyTyped="#indVar2KeyTyped" prefColumnCount="1" styleClass="order" /> |
| 40 | + <Label fx:id="d2Label" styleClass="d-symbol" text="∂" visible="false" /> |
| 41 | + <TextField fx:id="indVar2TextField" alignment="CENTER" onKeyTyped="#indVar3KeyTyped" prefColumnCount="1" /> |
| 42 | + <TextField fx:id="ord2TextField" alignment="CENTER" onKeyTyped="#indVar3KeyTyped" prefColumnCount="1" styleClass="order" /> |
51 | 43 | </HBox> |
52 | 44 | </VBox> |
53 | 45 | </VBox> |
0 commit comments