You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<TextAreafx:id="textInputArea"layoutX="382.0"layoutY="26.0"prefHeight="155.0"prefWidth="450.0"promptText="Input your text to be hashed here. Be aware of whitespace and newlines!"wrapText="true" />
<TextAreafx:id="hashInfoField"editable="false"layoutX="14.0"layoutY="26.0"prefHeight="361.0"prefWidth="353.0"promptText="Information about your chosen method."wrapText="true" />
9
+
<TextAreafx:id="textInputArea"accessibleHelp="Input the text string you wish to hash here."accessibleText="Input Field"layoutX="382.0"layoutY="26.0"prefHeight="155.0"prefWidth="450.0"promptText="Input your text to be hashed here. Be aware of whitespace and newlines!"wrapText="true" />
10
+
<ChoiceBoxfx:id="hashChoice"accessibleHelp="Pick your desired hashing algorhitm."accessibleText="Algorhitm Choice"layoutX="494.0"layoutY="193.0"prefHeight="25.0"prefWidth="87.0" />
11
+
<TextAreafx:id="hashOutputField"accessibleHelp="Your hashed string will appear here."accessibleText="Output Box"editable="false"layoutX="383.0"layoutY="230.0"prefHeight="153.0"prefWidth="448.0"promptText="Your hash will appear here."wrapText="true" />
12
+
<Buttonfx:id="hashConffirmButton"accessibleHelp="Click this button to initiate the hashing of your entered string."accessibleText="Hash it!"layoutX="591.0"layoutY="194.0"mnemonicParsing="false"onAction="#handleHashButtonClick"styleClass="hashConfirmButton"text="Hash it!" />
13
+
<TextAreafx:id="hashInfoField"accessibleHelp="Information about your selected hashing algorhitm will appear here."accessibleText="Information Box"editable="false"layoutX="14.0"layoutY="26.0"prefHeight="361.0"prefWidth="353.0"promptText="Information about your chosen method."wrapText="true" />
0 commit comments