<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Standardaussehen von Java ändern]]></title><description><![CDATA[<p>Kann mir einer sagen wie ich unter Linux das Standardaussehen von Java auf Nimbus ändern kann?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/266842/standardaussehen-von-java-ändern</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 03:18:17 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/266842.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 15 May 2010 11:28:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Standardaussehen von Java ändern on Sat, 15 May 2010 11:28:26 GMT]]></title><description><![CDATA[<p>Kann mir einer sagen wie ich unter Linux das Standardaussehen von Java auf Nimbus ändern kann?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1897482</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1897482</guid><dc:creator><![CDATA[shisha]]></dc:creator><pubDate>Sat, 15 May 2010 11:28:26 GMT</pubDate></item><item><title><![CDATA[Reply to Standardaussehen von Java ändern on Sat, 15 May 2010 13:02:10 GMT]]></title><description><![CDATA[<p>Mit dem UIManager.</p>
<p>Btw: Ist das ein Java-Frage.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1897524</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1897524</guid><dc:creator><![CDATA[Zeus]]></dc:creator><pubDate>Sat, 15 May 2010 13:02:10 GMT</pubDate></item><item><title><![CDATA[Reply to Standardaussehen von Java ändern on Sat, 15 May 2010 14:14:13 GMT]]></title><description><![CDATA[<p>Zeus schrieb:</p>
<blockquote>
<p>Mit dem UIManager.</p>
<p>Btw: Ist das ein Java-Frage.</p>
</blockquote>
<p>Ich glaube er will den Standard-UIManager systemweit überschreiben.</p>
<p>MfG SideWinder</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1897555</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1897555</guid><dc:creator><![CDATA[SideWinder]]></dc:creator><pubDate>Sat, 15 May 2010 14:14:13 GMT</pubDate></item><item><title><![CDATA[Reply to Standardaussehen von Java ändern on Sat, 15 May 2010 14:20:24 GMT]]></title><description><![CDATA[<p>Google wird langsam zu ne Kunst?</p>
<p><a href="http://java.sun.com/docs/books/tutorial/uiswing/lookandfeel/plaf.html" rel="nofollow">http://java.sun.com/docs/books/tutorial/uiswing/lookandfeel/plaf.html</a> schrieb:</p>
<blockquote>
<p><strong>Specifying the Look and Feel: Command Line</strong><br />
You can specify the L&amp;F at the command line by using the -D flag to set the swing.defaultlaf property. For example:<br />
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel MyApp</p>
<p>java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel MyApp</p>
<p><strong>Specifying the Look and Feel: swing.properties File</strong><br />
Yet another way to specify the current L&amp;F is to use the swing.properties file to set the swing.defaultlaf property. This file, which you may need to create, is located in the lib directory of Sun's Java release (other vendors of Java may use a different location). For example, if you're using the Java interpreter in javaHomeDirectory\bin, then the swing.properties file (if it exists) is in javaHomeDirectory\lib. Here is an example of the contents of a swing.properties file:<br />
# Swing properties<br />
swing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1897557</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1897557</guid><dc:creator><![CDATA[Zeus]]></dc:creator><pubDate>Sat, 15 May 2010 14:20:24 GMT</pubDate></item></channel></rss>