<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Netbeans</title><link>https://sourceforge.net/p/joxy/wiki/Netbeans/</link><description>Recent changes to Netbeans</description><atom:link href="https://sourceforge.net/p/joxy/wiki/Netbeans/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 02 May 2013 09:08:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/joxy/wiki/Netbeans/feed" rel="self" type="application/rss+xml"/><item><title>Netbeans modified by Willem3141</title><link>https://sourceforge.net/p/joxy/wiki/Netbeans/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -26,4 +26,4 @@
 Background of the code editor was not painted
 ---------------------------------------------

-With previous unstable Joxy versions (about October 2012 - February 2013), the background of the code editor is not filled with white. This was a bug (see [tickets:#14]) that was not yet present in Joxy 0.1.0. So if you want to use Netbeans, please either stay on Joxy 0.1.0 or update to the latest Git version, in which this bug was fixed.
+With previous unstable Joxy versions (about October 2012 - February 2013), the background of the code editor is not filled with white. This was a bug (see [tickets:#14]) that was not yet present in Joxy 0.1.0. So if you want to use Netbeans, please either stay on Joxy 0.1.0 or update to Joxy 0.2.0, in which this bug was fixed.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Willem3141</dc:creator><pubDate>Thu, 02 May 2013 09:08:35 -0000</pubDate><guid>https://sourceforge.net71bd64d48804c2f05dded8866999d52ae9fb3a7f</guid></item><item><title>Netbeans modified by Willem3141</title><link>https://sourceforge.net/p/joxy/wiki/Netbeans/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -3,7 +3,7 @@
 Applying Joxy
 -------------

-This is the first hurdle: Netbeans doesn't use the standard &lt;code&gt;-Dswing.defaultlaf&lt;/code&gt; option to set its LAF (see [Using Joxy]). Luckily Netbeans provides a &lt;code&gt;--laf&lt;/code&gt; command line option instead. So use
+This is the first hurdle: Netbeans doesn't use the standard &lt;code&gt;-Dswing.defaultlaf&lt;/code&gt; option to set its LAF (see [Applying Joxy to an application](http://www.denvelop.nl/joxy/documentation/usage/)). Luckily Netbeans provides a &lt;code&gt;--laf&lt;/code&gt; command line option instead. So use

     ./netbeans --laf joxy.JoxyLookAndFeel

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Willem3141</dc:creator><pubDate>Tue, 23 Apr 2013 11:15:59 -0000</pubDate><guid>https://sourceforge.net02f81e919921beacc5c003f51558561da93932cd</guid></item><item><title>WikiPage Netbeans modified by Willem3141</title><link>https://sourceforge.net/p/joxy/wiki/Netbeans/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -23,7 +23,7 @@

 Note: this (for some reason) only works for the tabs in the main part of the window (the code editor). The other tabs stay the same.

-Background of the code editor is not painted
+Background of the code editor was not painted
 ---------------------------------------------

-You will notice that with the current unstable Joxy version, the background of the code editor is not filled with white. This is a bug (see [tickets:#14]) that was not yet present in Joxy 0.1.0. So if you want to use Netbeans often, we recommend using this version instead of the Git version (or waiting until we fixed the bug of course).
+With previous unstable Joxy versions (about October 2012 - February 2013), the background of the code editor is not filled with white. This was a bug (see [tickets:#14]) that was not yet present in Joxy 0.1.0. So if you want to use Netbeans, please either stay on Joxy 0.1.0 or update to the latest Git version, in which this bug was fixed.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Willem3141</dc:creator><pubDate>Thu, 21 Mar 2013 21:22:49 -0000</pubDate><guid>https://sourceforge.net2bdfd359cf47c1e3eef80908e4b25780dc27fbfe</guid></item><item><title>WikiPage Netbeans modified by Willem3141</title><link>https://sourceforge.net/p/joxy/wiki/Netbeans/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;On this page, we collect some tweaks for Netbeans. This application defines quite a lot of GUI components itself, so by default it doesn't look completely right with Joxy.&lt;/p&gt;
&lt;h2 id="applying-joxy"&gt;Applying Joxy&lt;/h2&gt;
&lt;p&gt;This is the first hurdle: Netbeans doesn't use the standard &lt;code&gt;-Dswing.defaultlaf&lt;/code&gt; option to set its LAF (see &lt;a class="alink" href="/p/joxy/wiki/Using%20Joxy/"&gt;[Using Joxy]&lt;/a&gt;). Luckily Netbeans provides a &lt;code&gt;--laf&lt;/code&gt; command line option instead. So use&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;./&lt;/span&gt;&lt;span class="n"&gt;netbeans&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;laf&lt;/span&gt; &lt;span class="n"&gt;joxy&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;JoxyLookAndFeel&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;to start Netbeans with Joxy.&lt;/p&gt;
&lt;h2 id="ugly-tabbed-panes"&gt;Ugly tabbed panes&lt;/h2&gt;
&lt;p&gt;Netbeans paints its tabbed panes itself, which looks ugly when used in combination with Joxy. Netbeans however (from version 7.2 upwards) provides a way to disable this behaviour and use standard Java tabs. A simple way to do this is the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;go to Tools &amp;gt; Options;&lt;/li&gt;
&lt;li&gt;click the Miscellaneous item;&lt;/li&gt;
&lt;li&gt;go to the Windows tab;&lt;/li&gt;
&lt;li&gt;select the check-box &lt;em&gt;Multi-row tabs&lt;/em&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The Netbeans developers, to implement these "multi-row tabs", switch the tabs to a normal JTabbedPane. However you won't get multi-row tabs, since Joxy doesn't support them (since Oxygen also doesn't do that).&lt;/p&gt;
&lt;p&gt;Note: this (for some reason) only works for the tabs in the main part of the window (the code editor). The other tabs stay the same.&lt;/p&gt;
&lt;h2 id="background-of-the-code-editor-is-not-painted"&gt;Background of the code editor is not painted&lt;/h2&gt;
&lt;p&gt;You will notice that with the current unstable Joxy version, the background of the code editor is not filled with white. This is a bug (see &lt;a class="alink" href="/p/joxy/tickets/14/"&gt;[tickets:#14]&lt;/a&gt;) that was not yet present in Joxy 0.1.0. So if you want to use Netbeans often, we recommend using this version instead of the Git version (or waiting until we fixed the bug of course).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Willem3141</dc:creator><pubDate>Sun, 30 Dec 2012 11:52:50 -0000</pubDate><guid>https://sourceforge.net800e2faa60a465c5dbe3266e5f5b0f329c559d55</guid></item></channel></rss>