Class GUI1
java.lang.Object
javafx.application.Application
Percentage.percentage.GUI1
public class GUI1
extends javafx.application.Application
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String, BigDecimal> protected Calculatorprotected javafx.scene.control.TextFieldprotected javafx.scene.control.TextFieldprotected javafx.scene.control.TextAreaprotected javafx.scene.media.AudioClipprotected javafx.collections.ObservableList<String> protected javafx.scene.media.AudioClipprotected Loaderprotected GUI2protected javafx.scene.control.Labelprotected javafx.scene.media.AudioClipFields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Field Details
-
codeAField
protected javafx.scene.control.TextField codeAField -
codeBField
protected javafx.scene.control.TextField codeBField -
resultLabel
protected javafx.scene.control.Label resultLabel -
csvDisplayArea
protected javafx.scene.control.TextArea csvDisplayArea -
successSound
protected javafx.scene.media.AudioClip successSound -
errorSound
protected javafx.scene.media.AudioClip errorSound -
hoverSound
protected javafx.scene.media.AudioClip hoverSound -
loader
-
calculator
-
amounts
-
historyItems
-
logic
-
-
Constructor Details
-
GUI1
public GUI1()
-
-
Method Details
-
init
public void init()- Overrides:
initin classjavafx.application.Application
-
start
public void start(javafx.stage.Stage primaryStage) - Specified by:
startin classjavafx.application.Application
-