@@ -55,16 +55,13 @@ public void toggleToFullscreen() {
}
----
-[TIP]
-====
To view your current settings, use the System class.
-[code, java]
+[source, java]
AppSettings settings = new AppSettings(true);
System.out.println(settings);
== Properties
[cols="30,55,15", options="header", caption="Table A: "]