<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT- Scene &#187; Java</title>
	<atom:link href="http://www.it-scene.eu/category/programmieren/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-scene.eu</link>
	<description>mit Informationen, Tutorials, Tipps und Tricks</description>
	<lastBuildDate>Mon, 02 Jan 2012 22:30:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Java: Horizontale Formatierung der Tabellenfelder</title>
		<link>http://www.it-scene.eu/295-java-horizontale-formatierung-der-tabellenfelder/</link>
		<comments>http://www.it-scene.eu/295-java-horizontale-formatierung-der-tabellenfelder/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 17:19:15 +0000</pubDate>
		<dc:creator>Sergey Fritzler</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>

		<guid isPermaLink="false">http://www.it-scene.eu/?p=295</guid>
		<description><![CDATA[Die Tabellenfelder in Java zu formatieren ist gar nicht so einfach. Jedoch ist die Lösung nur eine Zeile groß. Einfach folgende Zeile vor der Ausgabe einfügen: ((javax.swing.JLabel)Tab.getDefaultRenderer(String.class)) .setHorizontalAlignment(javax.swing.JLabel.RIGHT); RIGHT legt die Formatierung fest. In diesem Fall rechts. Weitere Optionen sind CENTER oder auch LEFT. Tab ist der Name der Tabelle.]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Die Tabellenfelder in Java zu formatieren ist gar nicht so einfach. Jedoch ist die Lösung nur eine Zeile groß.<span id="more-295"></span></p>
<p>Einfach folgende Zeile vor der Ausgabe einfügen:<br />
<code>((javax.swing.JLabel)Tab.getDefaultRenderer(String.class))
.setHorizontalAlignment(javax.swing.JLabel.RIGHT);</code></p>
<p>RIGHT legt die Formatierung fest. In diesem Fall rechts. Weitere Optionen sind CENTER oder auch LEFT. Tab ist der Name der Tabelle.</p>

<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.it-scene.eu/295-java-horizontale-formatierung-der-tabellenfelder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

