Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fixing broken image links#481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
shrayasr wants to merge2 commits intoclojure-cookbook:master
base:master
Choose a base branch
Loading
fromshrayasr:fix-image
Open
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion04_local-io/4-24_pdf/4-24_pdf.asciidoc
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -81,7 +81,7 @@ project/REPL--it looks something like <<fig_employees_pdf>>.

[[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

Expand Down
8 changes: 4 additions & 4 deletions04_local-io/4-25_seesaw/4-25_making-a-window.asciidoc
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -64,7 +64,7 @@ actually display the frame (as seen in <<fig4-2>>), use +show!+:

[[fig4-2]]
.A simple window
image::images/clcb_0402.png[]
image::window-only.png[]

==== Discussion

Expand All@@ -83,7 +83,7 @@ The result is shown in <<fig4-3>>.

[[fig4-3]]
.A window with basic content
image::images/clcb_0403.png[]
image::content.png[]

===== Sizing the window

Expand DownExpand Up@@ -128,7 +128,7 @@ This content is too big to fit in the current window (see <<fig4-4>>):

[[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
Expand All@@ -144,7 +144,7 @@ screens, so set the size explicitly and add scroll bars, as seen in <<fig4-5>>:

[[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
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp