<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.paulbui.net/wiki/index.php?action=history&amp;feed=atom&amp;title=APCS_-_1819_-_May</id>
	<title>APCS - 1819 - May - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.paulbui.net/wiki/index.php?action=history&amp;feed=atom&amp;title=APCS_-_1819_-_May"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=APCS_-_1819_-_May&amp;action=history"/>
	<updated>2026-06-30T13:28:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=APCS_-_1819_-_May&amp;diff=15540&amp;oldid=prev</id>
		<title>Admin: Protected &quot;APCS - 1819 - May&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=APCS_-_1819_-_May&amp;diff=15540&amp;oldid=prev"/>
		<updated>2019-06-06T00:54:35Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wl/APCS_-_1819_-_May&quot; title=&quot;APCS - 1819 - May&quot;&gt;APCS - 1819 - May&lt;/a&gt;&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 00:54, 6 June 2019&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=APCS_-_1819_-_May&amp;diff=15539&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Tuesday - Friday (5/28/19 - 5/31/19) == &#039;&#039;&#039;Agenda:&#039;&#039;&#039; * SOL Testing - modified schedule * Work on your Java GUI End-of-year Project (see last week for details) ** Due June...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=APCS_-_1819_-_May&amp;diff=15539&amp;oldid=prev"/>
		<updated>2019-06-06T00:54:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Tuesday - Friday (5/28/19 - 5/31/19) == &amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039; * SOL Testing - modified schedule * Work on your Java GUI End-of-year Project (see last week for details) ** Due June...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Tuesday - Friday (5/28/19 - 5/31/19) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* SOL Testing - modified schedule&lt;br /&gt;
* Work on your Java GUI End-of-year Project (see last week for details)&lt;br /&gt;
** Due June 10th or 12&lt;br /&gt;
&lt;br /&gt;
== Wednesday - Friday (5/21/19 - 5/23/19) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Demo Pythagorean Calc HW&lt;br /&gt;
* [https://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html JDialog box messages]&lt;br /&gt;
* [https://stackabuse.com/reading-and-writing-files-in-java/ Reading/writing to files]&lt;br /&gt;
* [https://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html JFileChooser]&lt;br /&gt;
* Java GUI End-of-year Project&lt;br /&gt;
*# Find a paper-based form in real life that you want to convert into an electronic form&lt;br /&gt;
*#* The form must have at least 10 fields&lt;br /&gt;
*# Create a GUI that represents the paper-based form&lt;br /&gt;
*# Implement a save button so that the form&amp;#039;s data is written to file (you need to use a JFileChooser)&lt;br /&gt;
*# Implement a load button so that the form&amp;#039;s data can be reloaded (you need to use a JFileChooser)&lt;br /&gt;
*# Implement error-checking such that no field is left empty&lt;br /&gt;
*#* Output an error message via a JDialog box message&lt;br /&gt;
*# Implement error-checking that requires numerical fields to only allow numbers&lt;br /&gt;
*#* Output an error message via a JDialog box message&lt;br /&gt;
&lt;br /&gt;
== Monday (5/20/19) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* AP CS Exam debrief&lt;br /&gt;
* NetBeans GUI walk-through&lt;br /&gt;
** HelloButton&lt;br /&gt;
** PythagoreanCalc&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Homework:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Add the other permutations of calculations to the PythagoreanCalc&lt;br /&gt;
** e.g. Inputting numbers for B and C will let you calculate A&lt;br /&gt;
** e.g. Inputting numbers for A and C will let you calculate B&lt;br /&gt;
* Add some error checking such that 2 of the fields *must* have values&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* Complete the [https://docs.oracle.com/javase/tutorial/uiswing/learn/index.html Celsius Converter]&lt;br /&gt;
* Add functionality to convert from Fahrenheit to Celcius&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== EXAM INFORMATION ==&lt;br /&gt;
* Friday, May 17th - 12pm - Wrestling Room&lt;br /&gt;
* [http://washingtonlee.apsva.us/wp-content/uploads/sites/38/2019/03/AP-IB-Exam-May-2019-schedule-for-POSTERS-3-27-19.pdf Complete AP/IB Exam Calendar]&lt;br /&gt;
* [https://docs.google.com/document/d/19XmF8sgXBu1hOb4_wcSK1zmEkQ-IwkP4b3MSH_Orzy8/edit?usp=sharing AP/IB Exam Study Strategies]&lt;br /&gt;
* [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-a-java-subset.pdf APCS Java Subset]&lt;br /&gt;
* [https://docs.google.com/document/d/1fFYAfNpJDuQGb4iTZ-wfeaZLyqXSt3PJHtfry25jyUk/edit?usp=sharing Example APCS exam review]&lt;br /&gt;
&lt;br /&gt;
== Monday - Thursday (5/6/19 - 5/16/19) ==&lt;br /&gt;
* AP CS Open Study and Review&lt;br /&gt;
&lt;br /&gt;
== Thursday (5/2/19) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Topics review&lt;br /&gt;
** [https://secure-media.collegeboard.org/digitalServices/pdf/ap/ap-computer-science-a-java-subset.pdf APCS Java Subset]&lt;br /&gt;
** [https://docs.google.com/document/d/1fFYAfNpJDuQGb4iTZ-wfeaZLyqXSt3PJHtfry25jyUk/edit?usp=sharing Example APCS exam review]&lt;br /&gt;
* Inheritance review&lt;br /&gt;
* Abstract classes&lt;br /&gt;
* Interfaces review&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Homework:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [https://www.albert.io/assignment/6dcad8ed-3b2c-49d4-9940-690d1c51508e OOP Albert.io multiple-choice questions] due Monday (5/6/19)&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>