<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hifistar</author_name>
  <author_url>https://blog.hatena.ne.jp/hifistar/</author_url>
  <blog_title>Programmer's Note</blog_title>
  <blog_url>https://hifistar.hatenablog.com/</blog_url>
  <categories>
    <anon>Clojure</anon>
    <anon>GUI</anon>
    <anon>Swing</anon>
  </categories>
  <description>Clojureからjavax.swingを使い、GUIプログラミングをかじり始めつつ、Javaのメソッド呼び出しのやり方も練習もする。 Javaメソッドの呼び出し方 例えば、文字列Helloの長さを返す。 repl=&gt; (.length &quot;Hello&quot;) 5 これはJavaで&quot;Hello&quot;.length()を呼びだしたと同じ。 staticメソッドを呼び出す repl=&gt; (java.lang.Math/abs -1) 1 これはそのままで分かりやすい。 デフォルトの状態でjava.langはnamespaceにはimport済みのようなので、下記も同様の動きをする。 repl=&gt; (Math…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhifistar.hatenablog.com%2Fentry%2F2016%2F04%2F10%2F175525&quot; title=&quot; Clojureでjavax.swing.JFrameを使ってみる - Programmer&amp;#39;s Note&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-04-10 17:55:25</published>
  <title> Clojureでjavax.swing.JFrameを使ってみる</title>
  <type>rich</type>
  <url>https://hifistar.hatenablog.com/entry/2016/04/10/175525</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
