Create a button that says OK
Button newButton = new Button("OK");
changing a variable from one type to another.
What is an Casting?
WHICH CLASS CAN BE USED TO CREATE A SINGLE-LINE OF TEXT INPUT?
What is an textfield?
If you are naughty, Krampus will do this to you.
What is hitting you with sticks?
WHICH TYPE OF PANE ALLOWS YOU TO ADD ITEMS LEFT-TO-RIGHT AND AUTOMATICALLY CREATES NEW ROWS WHEN NEEDED?
FLOWPANE
A class that converts primitive data into Objects.
What is a Wrapper Class
WRITE CODE TO ADD A BUTTON CALLED 'MYBUTTON' TO A FLOWPANE OBJECT CALLED 'PANE' (THE VARIABLES ALREADY EXIST)
PANE.GETCHILDREN().ADD(MYBUTTON);
"Hanukkah" means "dedication"
PUT A LABEL CALLED 'MYLABEL' INTO THE LEFT SECTION OF A BORDERPANE CALLED 'PANE' (THE VARIABLES ALREADY EXIST)
PANE.SETLEFT(MYLABEL);
the candle holder for Hanukkah called?
Menorah
WHICH METHOD (ASIDE FROM MAIN) MUST YOU INCLUDE TO RUN A JAVAFX APPLICATION?
START
This type of exception handling can be used with reading and writing files
What is an Throw and catch?
This will occur if you do not include a constructor.
In the story The Gift of Magi, what does the wife sell in order to purchase a gift for her husband?
what is her hair
CREATE A NEW SCENE CALLED 'SCENE' THAT CONTAINS A BORDERPANE AND IS 400 BY 400 PIXELS. ADD IT TO A STAGE CALLED 'PRIMARYSTAGE'. SHOW THE STAGE.
SCENE SCENE = NEW SCENE(NEW BORDERPANE(), 400, 400); PRIMARYSTAGE.SETSCENE(SCENE); PRIMARYSTAGE.SHOW();
A reference to an object that is currently also referred to by another reference. Each reference is a/an _______ of another.
What is an Alias?
What made Frosty the Snowman come to life?
What is his hat