BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200606T150000
DTEND;TZID=America/Los_Angeles:20200606T160000
DTSTAMP:20260429T195132
CREATED:20200606T231523Z
LAST-MODIFIED:20200614T020337Z
UID:3637-1591455600-1591459200@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:We went over how to connect TextField in FXML file into the Controller class.\nWe went over how to do FlowPane.\nHomework:\n\nIn the FlowPane project that we did in the class\, we added 8 buttons and 1 text field.\nAdd one Label at the very end. After the 8th button. Make the label says “place holder” and set the color to blue.\nAdd a code in the controller to do the following\n\nif button number 1 is pressed\, it will take text from the text field\, and set the Label text from “place holder” to “Hello <text from textfield>”\nif button number 2 is pressed\, it will get the text from the text field and set the text inside Label ten times. Use for loop. For instance\, if user enter “Gamas” in the text field\, when number 2 is pressed\, the Label will become “Gamas Gamas Gamas Gamas Gamas Gamas Gamas Gamas Gamas Gamas”.\nif button number 3 is pressed\, it will take whatever text from the text field and set the Label text 3 times. If user enter “Hello World”\, the label will become “Hello World Hello World Hello World”. Use for loop.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-12/
CATEGORIES:Introduction To Java
END:VEVENT
END:VCALENDAR