<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yuukiyg</author_name>
  <author_url>https://blog.hatena.ne.jp/yuukiyg/</author_url>
  <blog_title>YuukiYg's Blog</blog_title>
  <blog_url>https://yuukiyg.hatenablog.jp/</blog_url>
  <categories>
    <anon>プログラミング-Java</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>PAppletで背景画像をつけようとして、こんなコードを書いた。 PImage bg; @Override public void setup(){ size(760, 840); //背景画像を読み込み this.bg = loadImage(&quot;bg.png&quot;); this.bg.resize(760, 840); } @Override public void draw(){ background( this.bg ); } そしたら、 Exception in thread &quot;Animation Thread&quot; java.lang.RuntimeException: background…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyuukiyg.hatenablog.jp%2Fentry%2F2014%2F07%2F26%2F032801&quot; title=&quot;PAppletで背景画像をつける際のエラー - YuukiYg&amp;#39;s Blog&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>2014-07-26 03:28:01</published>
  <title>PAppletで背景画像をつける際のエラー</title>
  <type>rich</type>
  <url>https://yuukiyg.hatenablog.jp/entry/2014/07/26/032801</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
