BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20200801T150000
DTEND;TZID=America/Los_Angeles:20200801T160000
DTSTAMP:20260429T151422
CREATED:20200801T233618Z
LAST-MODIFIED:20200806T201149Z
UID:4090-1596294000-1596297600@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:We continued enhancing Vehicle System Java FX application.\n\nWe enabled search and filtering according to maker text field.\nWe integrated VehicleSystem class into the JavaFX\n\n\nHomework:\n\nInside the Controller.java\, inside the search method\, do the following.\n\nAdd more codes to make the search work with “model” text field.\nYou need to test that the application works for the following scenarios:\n\nIf user only put “Honda” in the maker text field\, it will display all Hondas vehicles.\nIf user only put “Honda” in the maker text field and “Accord” in the model text field\, the application will display all Honda AND Accord vehicles.\nIf user only put “Accord” in the model text field\, the application will display all vehicles whose model is “Accord”.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-19/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T150000
DTEND;TZID=America/Los_Angeles:20200808T160000
DTSTAMP:20260429T151422
CREATED:20200808T230814Z
LAST-MODIFIED:20200808T230814Z
UID:4169-1596898800-1596902400@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:Homework:\n\nMake the “Number Of Seats” filter works.\n\nIf user enters 2 for “Number Of Seats”\, the system should display all vehicles whose seat is 2 or bigger. For example\, Honda Civic (2 seats) and Honda Accord (5 seats) and Honda Oddysey (8 seats) should appear and other cars that have seat bigger or equal with 2.\nIf user enters 5 for “Number Of Seats”\, the system should display all vehicles whose seat is 5 or bigger. For example\, Honda Civic will not appear because its seat is 2 which smaller than 5. But Toyota Camry and Toyota Sienna will appear and other cars whose seat is bigger or equal to 5.\nTo do this homework\, you should look at how we did the filtering for modelFilter.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-20/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200822T150000
DTEND;TZID=America/Los_Angeles:20200822T160000
DTSTAMP:20260429T151422
CREATED:20200822T233532Z
LAST-MODIFIED:20200822T233532Z
UID:4312-1598108400-1598112000@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:We added the number of seat filter feature.\nHomework:\n\nMake the InsertEditVehicleUI.fxml to look like below:\n\nOn the BorderPane.TOP section\, you need to add a GridPane.\n\nThe GridPane will need to have 2 columns and 5 rows.\nIn this GridPane\, you need to add the labels and text fields.\n\n\nOn the BorderPane.BELOW section\, you need to add a FlowPane\n\nAdd the 2 buttons: Save and Cancel
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-21/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200829T150000
DTEND;TZID=America/Los_Angeles:20200829T160000
DTSTAMP:20260429T151422
CREATED:20200829T235120Z
LAST-MODIFIED:20200829T235204Z
UID:4383-1598713200-1598716800@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:We continued with the AYCLOGIC JavaFX Vehicle System\n\nWe made the Insert or Edit UI appear on screen when user click the Insert button.\n\n\nHomework:\n\nThere were some codes that I could not finish during the class. Please go to the google drive and download the following file into your computer:\n\nsrc/com/ayclogic.vehicle/view/MainUIController.java\n\n\nConnect InsertEditVehicleUI.fxml with InsertEditVehicleUIController.java\n\nConnect all the text fields\nConnect the 2 buttons.\nWhen user click the “Save” button\, it will print “Save Button” is called to the shell.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-22/
CATEGORIES:Introduction To Java
END:VEVENT
END:VCALENDAR