TestArea -> TextArea

This commit is contained in:
Jannik 2017-12-09 10:19:52 +01:00
parent 37d55abe9a
commit 548629eeaf
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ import javafx.scene.layout.Pane;
import javafx.scene.layout.StackPane;
import javafx.scene.text.Text;
public class JFXTestAreaInfoDialog {
public class JFXTextAreaInfoDialog {
private String headingText;
private String bodyText;
@ -51,7 +51,7 @@ public class JFXTestAreaInfoDialog {
* @param dialogHeight dialog height
* @param pane pane to which the dialog belongs
*/
public JFXTestAreaInfoDialog(String headingText, String bodyText, String dialogBtnStyle, int dialogWidth, int dialogHeight, Pane pane) {
public JFXTextAreaInfoDialog(String headingText, String bodyText, String dialogBtnStyle, int dialogWidth, int dialogHeight, Pane pane) {
this.headingText = headingText;
this.bodyText = bodyText;
this.dialogBtnStyle = dialogBtnStyle;