<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
 <title type="html">인생은 라면과 햇반의 연속</title>
 <id>http://allbegray.textcube.com/atom</id>
 <link rel="alternate" type="text/html" hreflang="ko" href="http://allbegray.textcube.com/"/>
 <subtitle type="html"></subtitle>
 <updated>2009-07-04T11:16:34+09:00</updated>
 <generator>Textcube.com 2.0 Garnet</generator>
 <entry>
  <title type="html">해상도 사이즈 구하기</title>
  <link rel="alternate" type="text/html" href="http://allbegray.textcube.com/1"/>
  <link rel="replies" type="application/atom+xml" href="http://allbegray.textcube.com/atom/discuss/1" thr:count="5" thr:updated="2009-06-30T00:18:08+09:00"/>
  <category term="JavaSE"/>
  <author>
   <name>모든것은회색</name>
  </author>
  <id>http://allbegray.textcube.com/1</id>
  <updated>2009-01-04T20:31:24+09:00</updated>
  <published>2008-12-23T00:28:16+09:00</published>
  <summary type="html"> import java.awt.Dimension; import java.awt.Toolkit; Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); System.out.println(&amp;quot;Width: &amp;quot; + screenSize.width + &amp;quot; Height: &amp;quot; + screenSize.height); 결과값 Width: 1280 Height: 1024 &lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://allbegray.textcube.com/1&quot;&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</summary>
 </entry>
</feed>
