From 6595c9a6c9239a7bba2a6ba68b4a5b15141658b3 Mon Sep 17 00:00:00 2001 From: Shrayas Rajagopal Date: Thu, 23 Jul 2015 16:22:15 +0530 Subject: [PATCH 1/2] Fixing broken image links --- 04_local-io/4-25_seesaw/4-25_making-a-window.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/04_local-io/4-25_seesaw/4-25_making-a-window.asciidoc b/04_local-io/4-25_seesaw/4-25_making-a-window.asciidoc index a1cb2a2f..6119c306 100644 --- a/04_local-io/4-25_seesaw/4-25_making-a-window.asciidoc +++ b/04_local-io/4-25_seesaw/4-25_making-a-window.asciidoc @@ -64,7 +64,7 @@ actually display the frame (as seen in <>), use +show!+: [[fig4-2]] .A simple window -image::images/clcb_0402.png[] +image::window-only.png[] ==== Discussion @@ -83,7 +83,7 @@ The result is shown in <>. [[fig4-3]] .A window with basic content -image::images/clcb_0403.png[] +image::content.png[] ===== Sizing the window @@ -128,7 +128,7 @@ This content is too big to fit in the current window (see <>): [[fig4-4]] .A window with more text than space -image::images/clcb_0404.png[] +image::no-longer-yours.png[] Normally, one would call +pack!+ again to adjust the window size to the new content. However, the content will not fit comfortably on most @@ -144,7 +144,7 @@ screens, so set the size explicitly and add scroll bars, as seen in <>: [[fig4-5]] .A larger window with a scroll bar -image::images/clcb_0405.png[] +image::sonnets.png[] The +:multi-line?+ option to the +text+ function selects +JTextArea+ as the underlying object, rather than +JTextField+ (+JTextArea+ is From 0bb78265043086a9f9bcc7680953b859e07a813c Mon Sep 17 00:00:00 2001 From: Shrayas Rajagopal Date: Thu, 23 Jul 2015 16:46:24 +0530 Subject: [PATCH 2/2] Fixing 4.24 pdf lesson broken link --- 04_local-io/4-24_pdf/4-24_pdf.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_local-io/4-24_pdf/4-24_pdf.asciidoc b/04_local-io/4-24_pdf/4-24_pdf.asciidoc index 16a2645f..ef716e00 100644 --- a/04_local-io/4-24_pdf/4-24_pdf.asciidoc +++ b/04_local-io/4-24_pdf/4-24_pdf.asciidoc @@ -81,7 +81,7 @@ project/REPL--it looks something like <>. [[fig_employees_pdf]] ._employees.pdf_ -image::images/clcb_0401.png["Contents of the employees.pdf file"] +image::employees.pdf.png["Contents of the employees.pdf file"] ==== Discussion