<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-2602</id>
	<title>Nabble - Netbeans.org</title>
	<updated>2009-12-18T05:58:53Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Netbeans.org-f2602.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Netbeans.org-f2602.html" />
	<subtitle type="html">NetBeans is dedicated to providing rock solid software development products (NetBeans IDE, NetBeans Platform) that address the needs of developers, users and the businesses who rely on NetBeans as a basis for their products. NetBeans is also a vibrant community where people from just about any country you can think of, have the ability ask questions, give advice, make a wide variety of contributions and ultimately share in the success of our products. You will find students on our mailing list, developers from top companies and individuals looking to sharpen their skills. Netbeans.org home is &lt;a href=&quot;http://www.netbeans.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26844034</id>
	<title>Re: Enterprise app client, additional jars and Java web start: ClassNotFoundException</title>
	<published>2009-12-18T05:58:53Z</published>
	<updated>2009-12-18T05:58:53Z</updated>
	<author>
		<name>Tim Quinn</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hi, David.&lt;br&gt;
&lt;br&gt;
I am able to reproduce this.&amp;nbsp; It's a GlassFish bug.&lt;br&gt;
&lt;br&gt;
There are actually multiple generated JNLP files.&amp;nbsp; The problematic one
is (probably) named client-libs-s1as.jnlp.&amp;nbsp; You can view it using the
Java Web Start cache viewer:&amp;nbsp; launch it using&lt;br&gt;
&lt;br&gt;
javaws -viewer&lt;br&gt;
&lt;br&gt;
GlassFish is generating the URLs in that JNLP document incorrectly.&amp;nbsp;
The URLs should use &quot;http:&quot; and not &quot;file:&quot; and should be relative to
the codebase but instead are absolute and refer to the files on the
disk.&amp;nbsp; The file is there but, as Java Web Start says, it is not
signed.&amp;nbsp; &lt;br&gt;
&lt;br&gt;
I have created a new GlassFish issue for this:&lt;br&gt;
&lt;br&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://glassfish.dev.java.net/issues/show_bug.cgi?id=11339&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://glassfish.dev.java.net/issues/show_bug.cgi?id=11339&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
There is an (inconvenient) workaround...&amp;nbsp; If you create an EAR file
using NetBeans and then deploy the EAR file - using either the &quot;asadmin
deploy&quot; command or the admin GUI then you will be able to launch the
client successfully.&amp;nbsp; &lt;br&gt;
&lt;br&gt;
Sorry it took so long to pin this down.&amp;nbsp; Thanks for your patience and
for trying all my suggestions and furnishing all the information along
the way.&amp;nbsp; Feel free to add yourself to the cc list for that issue.&lt;br&gt;
&lt;br&gt;
- Tim&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
dbritton wrote:
&lt;blockquote cite=&quot;mid:1261100799.m2f.57947@forums.netbeans.org&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Tim,
 

I changed the http listerer to port 8081.  Laptop is installed on default port of 8080 and has same symptom.

When I said that I could run the client outside of netbeans, I meant by using &quot;java&quot; to run the client.  I tried using javaws and I get the same result.  So I don't think there is a Netbeans issue.

Thanks for the explaintion on the directories.


  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;OK, about the signed/ directory... The auto-signed files will reside 
there, and GlassFish creates each signed JAR when it receives the first 
request for that file. (The files need to be signed because app clients 
- and the ACC itself - need to run with elevated permissions and Java 
Web Start insists on signed JARs to permit that.) That directory is 
empty so far because, for the problems you've been encountering, 
GlassFish has not yet received a specific request for one of the JARs 
that needs to be signed

    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;

I thought I had bee requesting those jars via the browser and now javaws.
It seems like glassfish is not signing them and moving them to the signed dir automatically.

Here is a copy of the launch file


  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;
&amp;lt;!--
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 *
 * Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
 *
 * The contents of this file are subject to the terms of either the GNU
 * General Public License Version 2 only (&quot;GPL&quot;) or the Common Development
 * and Distribution License(&quot;CDDL&quot;) (collectively, the &quot;License&quot;).  You
 * may not use this file except in compliance with the License. You can obtain
 * a copy of the License at &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://glassfish.dev.java.net/public/CDDL+GPL.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://glassfish.dev.java.net/public/CDDL+GPL.html&lt;/a&gt;
 * or glassfish/bootstrap/legal/LICENSE.txt.  See the License for the specific
 * language governing permissions and limitations under the License.
 *
 * When distributing the software, include this License Header Notice in each
 * file and include the License file at glassfish/bootstrap/legal/LICENSE.txt.
 * Sun designates this particular file as subject to the &quot;Classpath&quot; exception
 * as provided by Sun in the GPL Version 2 section of the License file that
 * accompanied this code.  If applicable, add the following below the License
 * Header, with the fields enclosed by brackets [] replaced by your own
 * identifying information: &quot;Portions Copyrighted [year]
 * [name of copyright owner]&quot;
 *
 * Contributor(s):
 *
 * If you wish your version of this file to be governed by only the CDDL or
 * only the GPL Version 2, indicate your decision by adding &quot;[Contributor]
 * elects to include this software in this distribution under the [CDDL or GPL
 * Version 2] license.&quot;  If you don't indicate a single choice of license, a
 * recipient has the option to distribute your version of this file under
 * either the CDDL, the GPL Version 2 or to extend the choice of license to
 * its licensees as provided above.  However, if you add GPL Version 2 code
 * and therefore, elected the GPL Version 2 license, then the option applies
 * only if the new code is made subject to such option by the copyright
 * holder.
--&amp;gt;
&amp;lt;jnlp
    spec=&quot;1.0+&quot;
    codebase=&lt;a class=&quot;moz-txt-link-rfc2396E&quot; href=&quot;http://localhost:47762/___JWSappclient/___app/JWSv3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&quot;http://localhost:47762/___JWSappclient/___app/JWSv3&quot;&lt;/a&gt;
    href=&quot;___dyn/JWSv3-app-client.jarClient/___main.jnlp&quot;&amp;gt;
    &amp;lt;information&amp;gt;
        &amp;lt;title&amp;gt;JWSv3-app-client&amp;lt;/title&amp;gt;
        &amp;lt;vendor&amp;gt;Application Client&amp;lt;/vendor&amp;gt;
        &amp;lt;homepage href=&quot;${appclient.information.homepage.filepath}&quot;/&amp;gt;
        &amp;lt;description kind=&quot;one-line&quot;&amp;gt;JWSv3-app-client&amp;lt;/description&amp;gt;
        &amp;lt;description kind=&quot;short&quot;&amp;gt;JWSv3-app-client&amp;lt;/description&amp;gt;
        
    &amp;lt;offline-allowed/&amp;gt;
    &amp;lt;/information&amp;gt;

    &amp;lt;security&amp;gt;
        &amp;lt;all-permissions/&amp;gt;
    &amp;lt;/security&amp;gt;

    &amp;lt;resources&amp;gt;
        
&amp;lt;!--        &amp;lt;java version=&quot;1.6+&quot;
             java-vm-args=&quot;-showversion -javaagent=glassfish/modules/gf-client.jar=mode=jws,${agent.args} &quot; /&amp;gt; --&amp;gt;
        &amp;lt;java version=&quot;1.6+&quot; java-vm-args=&quot;&quot; /&amp;gt;
        
        &amp;lt;!-- 
            In v3, run the client facade as the main JAR. Eventually Java Web
            Start might support the splash screen in the JAR.
        --&amp;gt;
        &amp;lt;jar href=&quot;JWSv3Client/JWSv3-app-clientClient.jar&quot; main=&quot;true&quot; /&amp;gt;
        
        &amp;lt;!--
            If the client is part of an EAR then there will be an EAR-level
            generated facade JAR file.
        --&amp;gt;
        &amp;lt;jar href=&quot;JWSv3Client.jar&quot;/&amp;gt;

        &amp;lt;!--
            These next JARs will have been signed using the
            deployer-specified alias, if specified, or the default domain alias.
            Note that even though these are fetched within the code base of the
            app, we do not sign these once for each app but reuse ones
            signed with the same alias.
        --&amp;gt;
        &amp;lt;jar href=&quot;glassfish/modules/gf-client.jar&quot;/&amp;gt;
        &amp;lt;jar href=&quot;glassfish/modules/gf-client-module.jar&quot;/&amp;gt;

        &amp;lt;!--
            Refer to extension JNLP documents which list other resources - JARs and JNLPs.

            The system extension lists the JARs that are common to all apps.  The
            facade extension lists the generated facade JAR file for the client.
            The client extension lists the client JAR.  The library extension
            lists JARs from the EAR application to which the client directly
            or indirectly refers.
        --&amp;gt;
        &amp;lt;extension name=&quot;___system&quot; href=&lt;a class=&quot;moz-txt-link-rfc2396E&quot; href=&quot;http://localhost:47762/___JWSappclient/___system/___dyn/___system.jnlp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&quot;http://localhost:47762/___JWSappclient/___system/___dyn/___system.jnlp&quot;&lt;/a&gt;/&amp;gt;
        &amp;lt;extension name=&quot;___client&quot; href=&quot;___dyn/JWSv3-app-client.jarClient/___client.jnlp&quot;/&amp;gt;

        &amp;lt;extension name=&quot;libJars-s1as&quot; href=&quot;___lib/client-libs-s1as.jnlp&quot;/&amp;gt;

        &amp;lt;property name=&quot;appclient.system.codebase&quot; value=&lt;a class=&quot;moz-txt-link-rfc2396E&quot; href=&quot;http://localhost:47762/___JWSappclient/___system&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&quot;http://localhost:47762/___JWSappclient/___system&quot;&lt;/a&gt;/&amp;gt;
        &amp;lt;property name=&quot;appclient.is.jws&quot; value=&quot;true&quot;/&amp;gt;

        &amp;lt;property name=&quot;agent.args&quot; value=&quot;mode=jws,client=url=&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://localhost:47762/___JWSappclient/___app/JWSv3/JWSv3Client/JWSv3-app-clientClient.jar,arg=-targetserver,arg=localhost:47719&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:47762/___JWSappclient/___app/JWSv3/JWSv3Client/JWSv3-app-clientClient.jar,arg=-targetserver,arg=localhost:47719&lt;/a&gt;&quot;/&amp;gt;

        &amp;lt;property name=&quot;client.facade.jar.path&quot; value=&quot;JWSv3Client/JWSv3-app-clientClient.jar&quot;/&amp;gt;
        &amp;lt;property name=&quot;full.app.codebase.path&quot; value=&lt;a class=&quot;moz-txt-link-rfc2396E&quot; href=&quot;http://localhost:47762/___JWSappclient/___app/JWSv3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&quot;http://localhost:47762/___JWSappclient/___app/JWSv3&quot;&lt;/a&gt;/&amp;gt;
        &amp;lt;!--
            Properties specified on the request as query parameters (if any)
        --&amp;gt;
        

        &amp;lt;!--
            Content normally read from files during an appclient script launch.
        --&amp;gt;
        &amp;lt;property name=&quot;sun-acc.xml.content&quot; value=&quot;&amp;amp;lt;?xml version=&amp;amp;quot;1.0&amp;amp;quot; encoding=&amp;amp;quot;UTF-8&amp;amp;quot;?&amp;amp;gt;

&amp;amp;lt;!--
   Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved.
   Use is subject to license terms.
--&amp;amp;gt;

&amp;amp;lt;!--
   Please remember to customize this file for your environment. The defaults for 
   following fields may not be appropriate.  
   - target-server name, address and port
   - Property security.config in message-security-config
--&amp;amp;gt;

&amp;amp;lt;!DOCTYPE client-container PUBLIC &amp;amp;quot;-//Sun Microsystems Inc.//DTD Application Server 8.0 Application Client Container//EN&amp;amp;quot; &amp;amp;quot;&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.sun.com/software/appserver/dtds/sun-application-client-container_1_2.dtd&amp;quot;&amp;gt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/software/appserver/dtds/sun-application-client-container_1_2.dtd&amp;amp;quot;&amp;amp;gt&lt;/a&gt;;

&amp;amp;lt;client-container&amp;amp;gt;
  &amp;amp;lt;target-server name=&amp;amp;quot;Io&amp;amp;quot; address=&amp;amp;quot;localhost&amp;amp;quot; port=&amp;amp;quot;47719&amp;amp;quot;/&amp;amp;gt;
  &amp;amp;lt;log-service file=&amp;amp;quot;&amp;amp;quot; level=&amp;amp;quot;WARNING&amp;amp;quot;/&amp;amp;gt;
  &amp;amp;lt;message-security-config auth-layer=&amp;amp;quot;SOAP&amp;amp;quot;&amp;amp;gt;
    &amp;amp;lt;!-- turned off by default --&amp;amp;gt;
    &amp;amp;lt;provider-config class-name=&amp;amp;quot;com.sun.xml.wss.provider.ClientSecurityAuthModule&amp;amp;quot; provider-id=&amp;amp;quot;XWS_ClientProvider&amp;amp;quot; provider-type=&amp;amp;quot;client&amp;amp;quot;&amp;amp;gt; 
      &amp;amp;lt;request-policy auth-source=&amp;amp;quot;content&amp;amp;quot;/&amp;amp;gt;
      &amp;amp;lt;response-policy auth-source=&amp;amp;quot;content&amp;amp;quot;/&amp;amp;gt;
      &amp;amp;lt;property name=&amp;amp;quot;encryption.key.alias&amp;amp;quot; value=&amp;amp;quot;s1as&amp;amp;quot;/&amp;amp;gt;
      &amp;amp;lt;property name=&amp;amp;quot;signature.key.alias&amp;amp;quot; value=&amp;amp;quot;s1as&amp;amp;quot;/&amp;amp;gt;
      &amp;amp;lt;property name=&amp;amp;quot;dynamic.username.password&amp;amp;quot; value=&amp;amp;quot;false&amp;amp;quot;/&amp;amp;gt;
      &amp;amp;lt;property name=&amp;amp;quot;debug&amp;amp;quot; value=&amp;amp;quot;false&amp;amp;quot;/&amp;amp;gt;
    &amp;amp;lt;/provider-config&amp;amp;gt;
    &amp;amp;lt;provider-config class-name=&amp;amp;quot;com.sun.xml.wss.provider.ClientSecurityAuthModule&amp;amp;quot; provider-id=&amp;amp;quot;ClientProvider&amp;amp;quot; provider-type=&amp;amp;quot;client&amp;amp;quot;&amp;amp;gt; 
      &amp;amp;lt;request-policy auth-source=&amp;amp;quot;content&amp;amp;quot;/&amp;amp;gt;
      &amp;amp;lt;response-policy auth-source=&amp;amp;quot;content&amp;amp;quot;/&amp;amp;gt;
      &amp;amp;lt;property name=&amp;amp;quot;encryption.key.alias&amp;amp;quot; value=&amp;amp;quot;s1as&amp;amp;quot;/&amp;amp;gt;
      &amp;amp;lt;property name=&amp;amp;quot;signature.key.alias&amp;amp;quot; value=&amp;amp;quot;s1as&amp;amp;quot;/&amp;amp;gt;
      &amp;amp;lt;property name=&amp;amp;quot;dynamic.username.password&amp;amp;quot; value=&amp;amp;quot;false&amp;amp;quot;/&amp;amp;gt;
      &amp;amp;lt;property name=&amp;amp;quot;debug&amp;amp;quot; value=&amp;amp;quot;false&amp;amp;quot;/&amp;amp;gt;
      &amp;amp;lt;property name=&amp;amp;quot;security.config&amp;amp;quot; value=&amp;amp;quot;${security.config.path}&amp;amp;quot;/&amp;amp;gt;
    &amp;amp;lt;/provider-config&amp;amp;gt;
  &amp;amp;lt;/message-security-config&amp;amp;gt;
&amp;amp;lt;/client-container&amp;amp;gt;
&quot;/&amp;gt;
        &amp;lt;property name=&quot;appclient.login.conf.content&quot; value=&quot;/*  Copyright 2004 Sun Microsystems, Inc.  All rights reserved.    */
/*  SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */

default {
	com.sun.enterprise.security.auth.login.ClientPasswordLoginModule required debug=false;
};

certificate {
	com.sun.enterprise.security.auth.login.ClientCertificateLoginModule required debug=false;
};
&quot;/&amp;gt;
        &amp;lt;property name=&quot;message.security.config.provider.security.config&quot;
            value=&quot;&amp;amp;lt;!--
Copyright 2004 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
--&amp;amp;gt;
&amp;amp;lt;!--
 This client side config file pairs with wss-server-config-1.0.xml on the server
 and supports the following UseCases:
 Usecase 1: Authentication by Protected UsernameToken
 Usecase 3: Encrypted UsernameToken and MessageBody
 Usecase 4: Response Encryption Key Learnt from Incoming Message

 Certificate Alias Information :
 1. A certificateAlias under the &amp;amp;lt;xwss:Encrypt&amp;amp;gt; element signifies the certificate
    of the recipient of the message.
 2. A certificateAlias under the &amp;amp;lt;xwss:Sign&amp;amp;gt; element signifies the certificate of the
    sender.

 NOTE: 

   1. the certificateAlias has the above meaning for all the Sign and Encrypt elements below
   2. there are several Sign and Encrypt elements below and similarly several RequireSignature and
      RequireEncryption elements. Which of them would be actually used at runtime will depend on
      the AuthPolicy passed to the module.

      For Example : if Auth-Source=Sender then only the &amp;amp;lt;xwss:UsernameToken&amp;amp;gt; elements will be used
      and none of the &amp;amp;lt;xwss:Sign&amp;amp;gt; elements will be used.
      If Auth-Source=Content then the &amp;amp;lt;xwss:Sign&amp;amp;gt; element will be used

   3.  The different variations of &amp;amp;lt;xwss:Encrypt&amp;amp;gt; elements in this configuration file are to accomodate
       default encryption of the UsernameToken.

   4.  The actual certificate alias to be used for any Signature operation can be modified during AuthModule
       initialization by setting the alias as the value of &amp;amp;quot;signature.key.alias&amp;amp;quot; property in the Module Options Map.
   5.  The actual certificate alias to be used for any Encrypt operation can be modified during AuthModule
       initialization by setting the alias as the value of &amp;amp;quot;encryption.key.alias&amp;amp;quot; 
jnlp file truncated after 10K

    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;

Sorry for the long response and misleading you about being able to launch
outside of NB.  I cannot launch outside  of NB.

Regards,
David




  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans---J2EE-f2606.html&quot; embed=&quot;fixTarget[2606]&quot; target=&quot;_top&quot; &gt;Netbeans - J2EE&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Enterprise-app-client%2C-additional-jars-and-Java-web-start%3A-ClassNotFoundException-tp26840402p26844034.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26843829</id>
	<title>Re: newbie frustration</title>
	<published>2009-12-18T05:44:40Z</published>
	<updated>2009-12-18T05:44:40Z</updated>
	<author>
		<name>joshis</name>
	</author>
	<content type="html">I will write some blog post about how to do this in the way that is the 
&lt;br&gt;most similar to MSVS (if I recall correctly, you just dropped the 
&lt;br&gt;component in the designer and it was displayed below the form, then you 
&lt;br&gt;could edit its properties in some more friendly way, right?)
&lt;br&gt;&lt;br&gt;Stay tuned;)...
&lt;br&gt;&lt;br&gt;--pd
&lt;br&gt;&lt;br&gt;Don Millhofer wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Andrew tutorials aren't for eveyone - why not try the library. &amp;nbsp;Get 
&lt;br&gt;&amp;gt; a basic Java programming manual.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Don
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thomas Wolf wrote:
&lt;br&gt;&amp;gt;&amp;gt; Andrew,
&lt;br&gt;&amp;gt;&amp;gt; I've never used VC/C++ (well, I've used C++ quite a bit, but never 
&lt;br&gt;&amp;gt;&amp;gt; Microsoft's IDE), but when it comes to Netbeans, it's pretty much a 
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;must&amp;quot; to know Java/Swing before you can understand what the IDE is 
&lt;br&gt;&amp;gt;&amp;gt; doing (you can &amp;quot;use&amp;quot; it, but a lot of what gets generated by the 
&lt;br&gt;&amp;gt;&amp;gt; builder will be a mystery if you don't). &amp;nbsp;On top of this, since NB is 
&lt;br&gt;&amp;gt;&amp;gt; OS, the help documentation has not gotten a lot of love in recent 
&lt;br&gt;&amp;gt;&amp;gt; years, it seems. &amp;nbsp;Java/Swing tutorials that are very good can be 
&lt;br&gt;&amp;gt;&amp;gt; found at:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://java.sun.com/docs/books/tutorial/uiswing/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/docs/books/tutorial/uiswing/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; I would suggest working yourself through some of the examples 
&lt;br&gt;&amp;gt;&amp;gt; *without* trying to use the NB GUI builder (you alluded to the fact 
&lt;br&gt;&amp;gt;&amp;gt; that some tutorials you came across don't use the builder - that's 
&lt;br&gt;&amp;gt;&amp;gt; *good* - understanding of Swing should not be comingled with 
&lt;br&gt;&amp;gt;&amp;gt; understanding the GUI builder - it should precede it). &amp;nbsp;Once you've 
&lt;br&gt;&amp;gt;&amp;gt; done that, try some simple GUIs with the GUI builder. &amp;nbsp;There's 
&lt;br&gt;&amp;gt;&amp;gt; nothing magic about it - it simply creates the Java code in the 
&lt;br&gt;&amp;gt;&amp;gt; initComponents() method that you would have written by hand anyway 
&lt;br&gt;&amp;gt;&amp;gt; (well, the generated code is not as efficient, but that's not so 
&lt;br&gt;&amp;gt;&amp;gt; important). &amp;nbsp;Since you're letting the GUI builder do your job for 
&lt;br&gt;&amp;gt;&amp;gt; you, you can't mess with the code it needs to re-generate as you 
&lt;br&gt;&amp;gt;&amp;gt; drag/drop the GUI components around - that's why those blocks are 
&lt;br&gt;&amp;gt;&amp;gt; made read-only in NB (if you go into them using notepad, your changes 
&lt;br&gt;&amp;gt;&amp;gt; are likely to disappear the next time you make any changes via the 
&lt;br&gt;&amp;gt;&amp;gt; GUI builder). &amp;nbsp;But the builder gives you many hooks through which you 
&lt;br&gt;&amp;gt;&amp;gt; can add code that will be then referenced from the protected blocks. &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; Those hooks are found in the &amp;quot;Events&amp;quot; and &amp;quot;Code&amp;quot; tabs of the 
&lt;br&gt;&amp;gt;&amp;gt; properties window in the GUI builder.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hope this helps,
&lt;br&gt;&amp;gt;&amp;gt; tom
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 12/17/2009 06:34 AM, mistertransistor wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Petr
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; many thanks for the response. You say that I &amp;quot;should acquire at 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; least basic knowledge of Java concepts and workflows&amp;quot;. That's 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; exactly what I'm trying to do. My point is that the tutorials and 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; code examples all assume that the reader has this knowledge. Your 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; reponse
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;you just implement a method &amp;quot;processFileChooser(...)&amp;quot; or whatever
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; name you like and you call the method from within both action&amp;quot; is 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; exactly the kind of thing I am failing to find.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; How do you suggest I acquire this knowledge?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Andrew
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; ********************************************************************************************** 
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; IMPORTANT: The contents of this email and any attachments are 
&lt;br&gt;&amp;gt;&amp;gt; confidential. They are intended for the named recipient(s) only.
&lt;br&gt;&amp;gt;&amp;gt; If you have received this email in error, please notify the system 
&lt;br&gt;&amp;gt;&amp;gt; manager or the sender immediately and do not disclose the contents to 
&lt;br&gt;&amp;gt;&amp;gt; anyone or make copies thereof.
&lt;br&gt;&amp;gt;&amp;gt; *** eSafe scanned this email for viruses, vandals, and malicious 
&lt;br&gt;&amp;gt;&amp;gt; content. ***
&lt;br&gt;&amp;gt;&amp;gt; ********************************************************************************************** 
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;&lt;div style=&quot;border: 1px dotted #dd9999; border-top: 2px solid #dd0000; padding: 10px; padding-left: 20px;&quot;&gt;
&lt;div style=&quot;padding-bottom: 5px;&quot;&gt;
&lt;b style=&quot;color: #990000&quot;&gt;My websites:&lt;/b&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;English:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://wiki.netbeans.org/PetrDvorak&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/PetrDvorak&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;English:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://blogs.sun.com/joshis&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/joshis&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;Czech:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://joshis.iprofil.cz/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://joshis.iprofil.cz/&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-frustation-tp26824756p26843829.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26843594</id>
	<title>Re: Migrating NB6.7 projects to NB6.8 - reference issues.</title>
	<published>2009-12-18T05:41:21Z</published>
	<updated>2009-12-18T05:41:21Z</updated>
	<author>
		<name>magsam</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;nbsp; You can use Woodstock with 6.8 &amp;nbsp;and it works fine. No problems. For this
&lt;br&gt;you need only a little bit fantasy. Copy the folder visualweb2 to 6.8 like
&lt;br&gt;this &amp;nbsp;C:\Programme\NetBeans 6.8 \visualweb2.
&lt;br&gt;&lt;br&gt;Start netbeans and open your project. Before &amp;nbsp;opening &amp;nbsp;save your
&lt;br&gt;project!!!!!! &amp;nbsp;The reason: the first opening of a project destroys the
&lt;br&gt;layout of your Woodstock components and the dialogues are extreme slow. I
&lt;br&gt;reported this bug of course no reaction. Never make a clean. The clean will
&lt;br&gt;destroy your project too. 
&lt;br&gt;&lt;br&gt;After the first opening restore your backup. Only the first opening damages
&lt;br&gt;your project. &amp;nbsp;
&lt;br&gt;&lt;br&gt;I work always with the newest versions of netbeans. My project has more than
&lt;br&gt;130 dialogues and many batch jobs. 
&lt;br&gt;&lt;br&gt;The community wanted to keep Woodstock alive. We appreciate it for
&lt;br&gt;developing web application very efficient. The gurus never react on our
&lt;br&gt;wish. The problem is: they life in a different world than the community.
&lt;br&gt;The never had to develop web applications fast and in a high quality. The
&lt;br&gt;gurus always want new technologies and forget the old one. Do we really
&lt;br&gt;need this all? Is it really a progress? I doubt it. 
&lt;br&gt;&lt;br&gt;To give up Woodstock is a shame. Think! &amp;nbsp;how many years SUN needed to
&lt;br&gt;develop it. The support for Woodstock is compared with the disadvantage
&lt;br&gt;less.
&lt;br&gt;&lt;br&gt;If you have further question, no problem i will help
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Peter
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Ursprüngliche Nachricht-----
&lt;br&gt;Von: oakmario [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26843594&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;oakmario@...&lt;/a&gt;] 
&lt;br&gt;Gesendet: Montag, 14. Dezember 2009 04:31
&lt;br&gt;An: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26843594&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbusers@...&lt;/a&gt;
&lt;br&gt;Betreff: [nbusers] Migrating NB6.7 projects to NB6.8 - reference issues.
&lt;br&gt;&lt;br&gt;I too just upgraded from NetBeans 6.7.1 and I had a web application project
&lt;br&gt;using JSF 1.2 and Woodstock components. Now I have several broken project
&lt;br&gt;references to libraries no longer included.
&lt;br&gt;&lt;br&gt;I went to the Woodstock support page and that was no help. I see that the
&lt;br&gt;Visual Web JSF project is no longer supported, nor are the Woodstock
&lt;br&gt;components and Sun now wants us to use ICEfaces.
&lt;br&gt;&lt;br&gt;This is not good. The conversion to ICEfaces is not trivial and would
&lt;br&gt;require a lot of work.
&lt;br&gt;&lt;br&gt;How can I get my web application project to build on Netbeans 6.8? Can
&lt;br&gt;someone list the steps to actually install the &amp;quot;jsf12-support&amp;quot; library and
&lt;br&gt;the other 3 missing libraries into my project?
&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Migrating-NB6.7-projects-to-NB6.8---reference-issues.-tp26757061p26843594.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26843398</id>
	<title>Compile on Save, target specification</title>
	<published>2009-12-18T04:49:10Z</published>
	<updated>2009-12-18T04:49:10Z</updated>
	<author>
		<name>Tomáš Procházka-2</name>
	</author>
	<content type="html">Hi.
&lt;br&gt;&lt;br&gt;It's possible to specify own path when Netbeans will be store compiled file with &amp;quot;Compile on Save&amp;quot; feature.
&lt;br&gt;&lt;br&gt;For example. I have maven project, which use embeded Jetty server which can be run by simply by this goal:
&lt;br&gt;&lt;br&gt;org.mortbay.jetty:maven-jetty-plugin:run-exploded 
&lt;br&gt;&lt;br&gt;I have configured it to automatically re-scan all resource.
&lt;br&gt;&lt;br&gt;But problem is, that netbeans store compile classes to target/classes but Jetty use target/sender-0.1-SNAPSHOT/WEB-INF/classes/
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;It's possible use some like
&lt;br&gt;&lt;br&gt;&amp;lt;netbeans.hint.autoCompilePath&amp;gt;...&amp;lt;netbeans.hint.autoCompilePath&amp;gt;
&lt;br&gt;&lt;br&gt;in pom.xml file?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Tomas Prochazka
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compile-on-Save%2C-target-specification-tp26843398p26843398.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842829</id>
	<title>Re: Netbeans 6.8 Maven projects - How to activate multiple profiles?</title>
	<published>2009-12-18T04:42:36Z</published>
	<updated>2009-12-18T04:42:36Z</updated>
	<author>
		<name>Trevor Paterson</name>
	</author>
	<content type="html">profile1,profile2,profile3
&lt;br&gt;&lt;br&gt;works for me 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;mark-500 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Sorry to be so dim but how do I activate multiple profiles, I tried in the Activate profiles field
&lt;br&gt;&lt;br&gt;profile1; profile2; profile3
&lt;br&gt;profile1, profile2, profile3
&lt;br&gt;profile1 profile2 profile3
&lt;br&gt;&lt;br&gt;before resorting to Google and finding this thread
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Netbeans-6.8-Maven-projects---How-to-activate-multiple-profiles--tp26746783p26842829.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842737</id>
	<title>Re: JUnit test execution order</title>
	<published>2009-12-18T04:17:51Z</published>
	<updated>2009-12-18T04:17:51Z</updated>
	<author>
		<name>joshis</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;if you execute just tests, the order of execution is &amp;quot;random&amp;quot; (well, in 
&lt;br&gt;the &amp;quot;computer science random&amp;quot; meaning)...
&lt;br&gt;&lt;br&gt;A good way to design the tests is that there are not any dependencies 
&lt;br&gt;among the tests (the order does not matter) and all pre/co-requisites 
&lt;br&gt;are achieved in setUp/tearDown methods - this can be sufficient in many 
&lt;br&gt;cases.
&lt;br&gt;&lt;br&gt;But I agree that the dependency among the tests is handy (and sometimes 
&lt;br&gt;necessary) - you should create a test suite to achieve it: 
&lt;br&gt;&lt;a href=&quot;http://junit.org/apidocs/junit/framework/TestSuite.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://junit.org/apidocs/junit/framework/TestSuite.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;The IDE generates the test suite for you only if you invoke 
&lt;br&gt;&amp;quot;Tools&amp;gt;Create JUnit Tests&amp;quot; above a package or &amp;quot;Source Packages&amp;quot; node. It 
&lt;br&gt;is not generated if you invoke the same action above a single file...
&lt;br&gt;&lt;br&gt;Hope this helps...
&lt;br&gt;&lt;br&gt;With regards,
&lt;br&gt;&lt;br&gt;Petr Dvorak
&lt;br&gt;&lt;br&gt;David Beer wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i have an odd problem. I have a JUnit 4 class with two tests, the
&lt;br&gt;&amp;gt; problem is that the second test is being executed before the first test.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would expect the tests to be executed in the correct order. I am
&lt;br&gt;&amp;gt; using netbeans 6.7.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; David
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;&lt;div style=&quot;border: 1px dotted #dd9999; border-top: 2px solid #dd0000; padding: 10px; padding-left: 20px;&quot;&gt;
&lt;div style=&quot;padding-bottom: 5px;&quot;&gt;
&lt;b style=&quot;color: #990000&quot;&gt;My websites:&lt;/b&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;English:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://wiki.netbeans.org/PetrDvorak&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/PetrDvorak&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;English:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://blogs.sun.com/joshis&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/joshis&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;Czech:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://joshis.iprofil.cz/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://joshis.iprofil.cz/&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JUnit-test-execution-order-tp26837996p26842737.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842600</id>
	<title>Re: Swing Application Desktop</title>
	<published>2009-12-18T04:06:09Z</published>
	<updated>2009-12-18T04:06:09Z</updated>
	<author>
		<name>joshis</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;the best way (from my perspective) is to design the panels separately 
&lt;br&gt;and then add them to the forms/other panels, nicely, using the designer.
&lt;br&gt;&lt;br&gt;1. Create a new JPanel in some package (File &amp;gt; New File, Swing GUI 
&lt;br&gt;Forms, JPanel form), name it &amp;quot;MySuperPanel&amp;quot;
&lt;br&gt;2. Design the panel (add buttons, for example, or some properties in the 
&lt;br&gt;class)
&lt;br&gt;3. Build the project (Clean&amp;Build)
&lt;br&gt;4. Right-click the component palette and invoke Palette Manager (the 
&lt;br&gt;last item)
&lt;br&gt;5. Click &amp;quot;Add From Project&amp;quot; button
&lt;br&gt;6. Navigate to the project where you created YourSuperPanel :), select 
&lt;br&gt;the project
&lt;br&gt;7. Click Next, select &amp;quot;MySuperPanel&amp;quot; from the list
&lt;br&gt;8. Click Next, select the palette category where you want to add the 
&lt;br&gt;component
&lt;br&gt;9. Click Finish
&lt;br&gt;&lt;br&gt;The component should be now added in the palette, you can redesign it 
&lt;br&gt;and it is updated in the palette when you rebuild your project...
&lt;br&gt;&lt;br&gt;Hope that helps,
&lt;br&gt;&lt;br&gt;Petr Dvorak
&lt;br&gt;&lt;br&gt;&lt;br&gt;watcher wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm using Netbeans 6.8 to create a new Java Desktop Basic Application that uses the swing application framework.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The default projects creates 3 files
&lt;br&gt;&amp;gt; DesktopApplication1.java
&lt;br&gt;&amp;gt; DesktopApplicationView.java
&lt;br&gt;&amp;gt; DesktopApplicationAboutBox.java
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The DesktopApplicationView.java creates some default panels etc. like statusPanel and Jmenu. 
&lt;br&gt;&amp;gt; Using the form designer I added some custom components like a few extra panels.
&lt;br&gt;&amp;gt; What I'd like to do is extract these panels to their own class.
&lt;br&gt;&amp;gt; So e.g. I like to create a NavigationPanel.java file an reference it from within the DesktopApplicationView.java. 
&lt;br&gt;&amp;gt; However is seems like I unable to edit any of the generated code when I use the designer and it looks like I stuck creating and maintaining one class.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Whats the best way to do this without losing the benfits of the designer.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; help please.
&lt;br&gt;&amp;gt; Paddy
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;&lt;div style=&quot;border: 1px dotted #dd9999; border-top: 2px solid #dd0000; padding: 10px; padding-left: 20px;&quot;&gt;
&lt;div style=&quot;padding-bottom: 5px;&quot;&gt;
&lt;b style=&quot;color: #990000&quot;&gt;My websites:&lt;/b&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;English:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://wiki.netbeans.org/PetrDvorak&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/PetrDvorak&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;English:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://blogs.sun.com/joshis&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/joshis&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;Czech:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://joshis.iprofil.cz/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://joshis.iprofil.cz/&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Swing-Application-Desktop-tp26842253p26842600.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842845</id>
	<title>Re: Swing Application Desktop</title>
	<published>2009-12-18T03:58:07Z</published>
	<updated>2009-12-18T03:58:07Z</updated>
	<author>
		<name>Sergio Bello</name>
	</author>
	<content type="html">In the properties panel for a component, in the 'Code' section, you can
&lt;br&gt;set 'custom creation code' to something like 'new NavigationPanel()'.
&lt;br&gt;NB will instantiate the panel in this way:
&lt;br&gt;&lt;br&gt;JPanel myPanel = new NavigationPanel();
&lt;br&gt;&lt;br&gt;For what I know, you can't override the generated variable type, so you
&lt;br&gt;have to cast myPanel in your code every time you need to access
&lt;br&gt;NavigationPanel specific methods/properties. To avoid casting
&lt;br&gt;everywhere, you can add your custom panels to the palette.
&lt;br&gt;&lt;br&gt;Perhaps somebody else has a better solution (and I would be interested
&lt;br&gt;to know)...
&lt;br&gt;&lt;br&gt;Sergio
&lt;br&gt;&lt;br&gt;On Fri, 2009-12-18 at 09:40 +0000, watcher wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm using Netbeans 6.8 to create a new Java Desktop Basic Application that uses the swing application framework.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The default projects creates 3 files
&lt;br&gt;&amp;gt; DesktopApplication1.java
&lt;br&gt;&amp;gt; DesktopApplicationView.java
&lt;br&gt;&amp;gt; DesktopApplicationAboutBox.java
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The DesktopApplicationView.java creates some default panels etc. like statusPanel and Jmenu. 
&lt;br&gt;&amp;gt; Using the form designer I added some custom components like a few extra panels.
&lt;br&gt;&amp;gt; What I'd like to do is extract these panels to their own class.
&lt;br&gt;&amp;gt; So e.g. I like to create a NavigationPanel.java file an reference it from within the DesktopApplicationView.java. 
&lt;br&gt;&amp;gt; However is seems like I unable to edit any of the generated code when I use the designer and it looks like I stuck creating and maintaining one class.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Whats the best way to do this without losing the benfits of the designer.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; help please.
&lt;br&gt;&amp;gt; Paddy
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Swing-Application-Desktop-tp26842253p26842845.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842212</id>
	<title>Re: looking for a tutorial with a file chooser</title>
	<published>2009-12-18T03:32:32Z</published>
	<updated>2009-12-18T03:32:32Z</updated>
	<author>
		<name>joshis</name>
	</author>
	<content type="html">Hi, read more information here - it is the same subject:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.netbeans.org/topic21123.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.netbeans.org/topic21123.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;You can indeed use the component from the palette (Swing Windows &amp;gt; 
&lt;br&gt;JFileChooser) in some of your custom form, but I don't think it is 
&lt;br&gt;&amp;quot;cleaner&amp;quot; solution...
&lt;br&gt;&lt;br&gt;--pd
&lt;br&gt;&lt;br&gt;tpgettys wrote:
&lt;br&gt;&amp;gt; The tutorial was very helpful, but there lingers the question about building it into an app using NetBeans.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can make a button and then manually add the JFileChooser code into the actionPerformed event handler, but I wonder if that is how it would be done usually in NetBeans.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;&lt;div style=&quot;border: 1px dotted #dd9999; border-top: 2px solid #dd0000; padding: 10px; padding-left: 20px;&quot;&gt;
&lt;div style=&quot;padding-bottom: 5px;&quot;&gt;
&lt;b style=&quot;color: #990000&quot;&gt;My websites:&lt;/b&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;English:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://wiki.netbeans.org/PetrDvorak&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/PetrDvorak&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;English:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://blogs.sun.com/joshis&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/joshis&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #dd0000; padding-left: 10px;&quot;&gt;
&lt;span style=&quot;width: 60px; display: inline-block&quot;&gt;Czech:&lt;/span&gt; &lt;a style=&quot;color: Black&quot; href=&quot;http://joshis.iprofil.cz/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://joshis.iprofil.cz/&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/looking-for-a-tutorial-with-a-file-chooser-tp26824761p26842212.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842119</id>
	<title>Re: Jaxb API 2.2 on Mac OS X</title>
	<published>2009-12-18T03:24:34Z</published>
	<updated>2009-12-18T03:24:34Z</updated>
	<author>
		<name>BM-13</name>
	</author>
	<content type="html">On Thu, Dec 17, 2009 at 10:01 AM, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26842119&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;henrique@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26842119&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;henrique@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Did you solved your problem?
&lt;br&gt;&lt;br&gt;Yes.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Kind regards, BM
&lt;br&gt;&lt;br&gt;Things, that are stupid at the beginning, rarely ends up wisely.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jaxb-API-2.2-on-Mac-OS-X-tp26824797p26842119.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26841890</id>
	<title>Re: Netbeans takes long time to startup! (newbie)</title>
	<published>2009-12-18T02:38:08Z</published>
	<updated>2009-12-18T02:38:08Z</updated>
	<author>
		<name>john-684</name>
	</author>
	<content type="html">I heavily edited the startup options in the netbeans.conf file, disabling everything I might not need by trial and error (I know not much about Java). You might want to experiment with these as well: &lt;a href=&quot;http://performance.netbeans.org/howto/jvmswitches/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://performance.netbeans.org/howto/jvmswitches/&lt;/a&gt;&lt;br&gt;&lt;br&gt;HTH
&lt;br&gt;&lt;br&gt;Am 18.12.2009 um 09:49 schrieb Matus Dekanek:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The 'options' are on by default, it is the 'activate on demand' feature. So I guess there is no way to make it start faster, as far as I know, because it is already starting 'faster' :)
&lt;br&gt;&amp;gt; Defragmenting your hard drive might help a bit.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; matus
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; mayugd wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello friends,
&lt;br&gt;&amp;gt;&amp;gt; Netbeans takes a very long time to start up.Perhaps there are options where you could disable certain unwanted modules so that the startup could be faster.Hope for some guidance!
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; ------------------------
&lt;br&gt;&amp;gt;&amp;gt; mayugd
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;John C. Descy
&lt;br&gt;IT-Experte
&lt;br&gt;Sebastianstraße 7c
&lt;br&gt;D-85049 Ingolstadt
&lt;br&gt;&lt;br&gt;Telefon: +49 - (0)841 - 135 48 33
&lt;br&gt;Fax: +49 - (0)841 - 159 60 14
&lt;br&gt;www.descy.de
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Netbeans-takes-long-time-to-startup%21-%28newbie%29-tp26840860p26841890.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26841746</id>
	<title>2009-2010</title>
	<published>2009-12-18T02:32:06Z</published>
	<updated>2009-12-18T02:32:06Z</updated>
	<author>
		<name>Anderson-36</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 5.50.4807.1700&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;table cellSpacing=&quot;0&quot; cellPadding=&quot;0&quot; width=&quot;100%&quot; border=&quot;0&quot; height=&quot;431&quot;&gt;
  &lt;tr&gt;
    &lt;td vAlign=&quot;top&quot; align=&quot;left&quot; height=&quot;152&quot;&gt;&lt;span class=&quot;why&quot;&gt;Why Cho&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; zn &lt;/span&gt;ose D&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; nt &lt;/span&gt;rug&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; xtr &lt;/span&gt;store?&lt;/span&gt;&lt;ul class=&quot;list&quot;&gt;
      &lt;li&gt;Low&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ey &lt;/span&gt;est Pri&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; on &lt;/span&gt;ces with Pri&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; irj &lt;/span&gt;ce Match Gua&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ygd &lt;/span&gt;rantee &lt;/li&gt;
      &lt;li&gt;247 Live Ch&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; zkq &lt;/span&gt;at Support &lt;/li&gt;
      &lt;li&gt;Fa&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; msz &lt;/span&gt;stest Shi&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; khz &lt;/span&gt;pping (com&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; gk &lt;/span&gt;pared with our com&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; sg &lt;/span&gt;petitors) &lt;/li&gt;
      &lt;li&gt;Guar&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; tpu &lt;/span&gt;anteed Del&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; bv &lt;/span&gt;ivery or your money back (Ch&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; cus &lt;/span&gt;eck our refund policy) &lt;/li&gt;
      &lt;li&gt;90000+ Sati&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; td &lt;/span&gt;sfied custo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; qb &lt;/span&gt;mers world wide. &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td vAlign=&quot;top&quot; align=&quot;left&quot; height=&quot;168&quot;&gt;
    &lt;table cellSpacing=&quot;0&quot; cellPadding=&quot;0&quot; width=&quot;985&quot; border=&quot;0&quot;&gt;
      &lt;tr&gt;
        &lt;td class=&quot;contents1&quot; vAlign=&quot;top&quot; align=&quot;left&quot; width=&quot;407&quot;&gt;
        &lt;h5&gt;Why Ge&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ts &lt;/span&gt;ner&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; lg &lt;/span&gt;ic?&lt;/h5&gt;
        &lt;p&gt;A Na&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ea &lt;/span&gt;me-Bra&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; cre &lt;/span&gt;nd d&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; hu &lt;/span&gt;rug is mar&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ksi &lt;/span&gt;kete&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; hz &lt;/span&gt;d
        un&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; gl &lt;/span&gt;der a spe&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; rfm &lt;/span&gt;cific tra&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; nw &lt;/span&gt;de name by a
        ph&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; yv &lt;/span&gt;armaceu&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; qf &lt;/span&gt;tical man&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; fl &lt;/span&gt;ufact&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; xc &lt;/span&gt;urer. In most ca&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ok &lt;/span&gt;ses, Name-Bra&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; vib &lt;/span&gt;nd d&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; jx &lt;/span&gt;ru&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; pbm &lt;/span&gt;gs are
        st&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ea &lt;/span&gt;ill un&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; qcj &lt;/span&gt;der pa&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; uc &lt;/span&gt;tent pr&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; yw &lt;/span&gt;otec&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; fja &lt;/span&gt;tion, m&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ccl &lt;/span&gt;ean&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; qr &lt;/span&gt;ing the ma&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; uuu &lt;/span&gt;nufa&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ykl &lt;/span&gt;cturer is the
        so&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; opg &lt;/span&gt;le so&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; kf &lt;/span&gt;urce for
        the pro&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; zye &lt;/span&gt;du&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; nuj &lt;/span&gt;ct but in ma&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; lw &lt;/span&gt;ny Cou&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; iw &lt;/span&gt;nt&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; zh &lt;/span&gt;ries aro&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; se &lt;/span&gt;und the
        wo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; xzm &lt;/span&gt;rld this is not the ca&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; vt &lt;/span&gt;se...&amp;nbsp;  
        &lt;a href=&quot;http://feedproxy.google.com/~r/sliu8st8/~3/2FYjc6Hthdo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Re&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; yk &lt;/span&gt;ad
        mo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; lbs &lt;/span&gt;re  »&lt;/a&gt;&lt;p&gt; &lt;/td&gt;
        &lt;td class=&quot;contents2&quot; vAlign=&quot;top&quot; align=&quot;left&quot; width=&quot;578&quot;&gt;
        &lt;h5&gt;Why Cho&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; xhs &lt;/span&gt;ose D&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; uz &lt;/span&gt;r&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; xs &lt;/span&gt;ugstore? &lt;/h5&gt;
        &lt;div class=&quot;chooselist&quot;&gt;
          &lt;ul&gt;
            &lt;p&gt;Gua&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; gvy &lt;/span&gt;ranteed Del&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; prh &lt;/span&gt;ivery &lt;br&gt;
            Lo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; tjk &lt;/span&gt;west Pri&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; gja &lt;/span&gt;ces &lt;br&gt;
            On&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ee &lt;/span&gt;line Order St&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; bta &lt;/span&gt;atus &lt;br&gt;
            10&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; nbz &lt;/span&gt;0% Sat&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; od &lt;/span&gt;isfaction Gua&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; of &lt;/span&gt;ranteed &lt;br&gt;
            F&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ak &lt;/span&gt;ast Shi&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; oge &lt;/span&gt;pping &lt;/p&gt;
          &lt;/ul&gt;
        &lt;/div&gt;
        &lt;p&gt; &lt;/td&gt;
      &lt;/tr&gt;
    &lt;/table&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td class=&quot;delivery&quot; vAlign=&quot;center&quot; align=&quot;left&quot; height=&quot;35&quot;&gt;
    &lt;div class=&quot;info&quot;&gt;
      &lt;div class=&quot;product_name&quot;&gt;
        V&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; fc &lt;/span&gt;iag&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; qx &lt;/span&gt;ra&lt;/div&gt;
      &lt;div class=&quot;price&quot;&gt;
        Our pr&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ker &lt;/span&gt;ice: &lt;span class=&quot;number&quot;&gt;$1.15&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;link&quot;&gt;
        &lt;a href=&quot;http://feedproxy.google.com/~r/sliu8st8/~3/2FYjc6Hthdo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; uxk &lt;/span&gt;re
        in&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; oo &lt;/span&gt;fo&lt;/a&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info&quot;&gt;
      &lt;div class=&quot;product_name&quot;&gt;
        C&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; pv &lt;/span&gt;ial&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; vch &lt;/span&gt;is&lt;/div&gt;
      &lt;div class=&quot;price&quot;&gt;
        Our pri&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; mf &lt;/span&gt;ce: &lt;span class=&quot;number&quot;&gt;$1.99&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;link&quot;&gt;
        &lt;a href=&quot;http://feedproxy.google.com/~r/sliu8st8/~3/2FYjc6Hthdo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; dtc &lt;/span&gt;re
        in&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; saw &lt;/span&gt;fo&lt;/a&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info&quot;&gt;
      &lt;div class=&quot;product_name&quot;&gt;
        L&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; sg &lt;/span&gt;evi&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; cd &lt;/span&gt;tra&lt;/div&gt;
      &lt;div class=&quot;price&quot;&gt;
        Our pric&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; gf &lt;/span&gt;e: &lt;span class=&quot;number&quot;&gt;$2.35&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;link&quot;&gt;
        &lt;a href=&quot;http://feedproxy.google.com/~r/sliu8st8/~3/2FYjc6Hthdo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; dp &lt;/span&gt;re
        in&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; vk &lt;/span&gt;fo&lt;/a&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info&quot;&gt;
      &lt;div class=&quot;product_name&quot;&gt;
        Via&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; nm &lt;/span&gt;g&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; mnv &lt;/span&gt;ra So&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; eq &lt;/span&gt;ft Ta&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; mb &lt;/span&gt;bs&lt;/div&gt;
      &lt;div class=&quot;price&quot;&gt;
        Our pri&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; jwt &lt;/span&gt;ce: &lt;span class=&quot;number&quot;&gt;$1.64&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;link&quot;&gt;
        &lt;a href=&quot;http://feedproxy.google.com/~r/sliu8st8/~3/2FYjc6Hthdo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; uc &lt;/span&gt;re
        in&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; xoq &lt;/span&gt;fo&lt;/a&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info&quot;&gt;
      &lt;div class=&quot;product_name&quot;&gt;
        Via&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; cm &lt;/span&gt;gra Pr&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; dsd &lt;/span&gt;ofe&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; tik &lt;/span&gt;ssio&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; fly &lt;/span&gt;nal&lt;/div&gt;
      &lt;div class=&quot;price&quot;&gt;
        Our pri&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; tu &lt;/span&gt;ce: &lt;span class=&quot;number&quot;&gt;$1.57&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;link&quot;&gt;
        &lt;a href=&quot;http://feedproxy.google.com/~r/sliu8st8/~3/2FYjc6Hthdo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; mh &lt;/span&gt;re
        in&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; tu &lt;/span&gt;fo&lt;/a&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;info&quot;&gt;
      &lt;div class=&quot;product_name&quot;&gt;
        C&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; hrx &lt;/span&gt;ial&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; vl &lt;/span&gt;is Pr&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; zt &lt;/span&gt;ofess&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; oed &lt;/span&gt;ional&lt;/div&gt;
      &lt;div class=&quot;price&quot;&gt;
        Our pr&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; nf &lt;/span&gt;ce: &lt;span class=&quot;number&quot;&gt;$4.17&lt;/span&gt;&lt;/div&gt;
      &lt;div class=&quot;link&quot;&gt;
        &lt;a href=&quot;http://feedproxy.google.com/~r/sliu8st8/~3/2FYjc6Hthdo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; jtk &lt;/span&gt;re
        in&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; nnq &lt;/span&gt;fo&lt;/a&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;p&gt;100%
    Gua&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; zg &lt;/span&gt;ranteed De&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; vcp &lt;/span&gt;livery&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td class=&quot;email&quot; vAlign=&quot;top&quot; align=&quot;left&quot; height=&quot;76&quot;&gt;We gu&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; wvn &lt;/span&gt;aran&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; mcz &lt;/span&gt;tee 100%
    Deli&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; tvp &lt;/span&gt;very of your O&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; of &lt;/span&gt;rder. If your Pa&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; jt &lt;/span&gt;rcel has Not arri&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ike &lt;/span&gt;ved in time (if you did
    Not Rec&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; nju &lt;/span&gt;eive your par&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; hye &lt;/span&gt;cel within 21 B&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; mmw &lt;/span&gt;usin&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; ck &lt;/span&gt;ess Days), we will Re&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; hs &lt;/span&gt;shi&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; gc &lt;/span&gt;p your Order
    for Fr&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; lez &lt;/span&gt;ee or Re&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; psd &lt;/span&gt;fund your mo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; xjh &lt;/span&gt;ney.&lt;br&gt;
    &lt;br&gt;
    &gt;&gt; 10% Dis&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; vpe &lt;/span&gt;count on Reo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; uoz &lt;/span&gt;rders
        &lt;a href=&quot;http://feedproxy.google.com/~r/sliu8st8/~3/2FYjc6Hthdo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Re&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; oq &lt;/span&gt;ad
        mo&lt;span style=&quot;FONT-SIZE: 2px; FLOAT: right; COLOR: white&quot;&gt; wro &lt;/span&gt;re  »&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;/BODY&gt;&lt;/HTML&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-Java-Mobile-Edition-ME-Users-%28Mobility%29-f15790.html&quot; embed=&quot;fixTarget[15790]&quot; target=&quot;_top&quot; &gt;Netbeans Java Mobile Edition/ME Users (Mobility)&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/2009-2010-tp26841746p26841746.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26841704</id>
	<title>Does debugger work slower in 6.8?</title>
	<published>2009-12-18T02:17:05Z</published>
	<updated>2009-12-18T02:17:05Z</updated>
	<author>
		<name>Witold Szczerba</name>
	</author>
	<content type="html">Hi there,
&lt;br&gt;for few days I am using 6.8. Looks and feels like 6.7.1, but I am
&lt;br&gt;wondering if debugger wasn't modified somehow, because I have a
&lt;br&gt;feeling it works slower. First thing is that application (Swing,
&lt;br&gt;standalone) itself works slower when run in debug mode and the
&lt;br&gt;watches/local variables refresh slower.
&lt;br&gt;&lt;br&gt;Again - this is my subjective feeling, I am just wondering, maybe some
&lt;br&gt;&amp;quot;profiling&amp;quot; code was added to debugger? Or maybe this is how it worked
&lt;br&gt;before and I am wrong...
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Does-debugger-work-slower-in-6.8--tp26841704p26841704.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842285</id>
	<title>JPA JTable with more records</title>
	<published>2009-12-18T01:49:07Z</published>
	<updated>2009-12-18T01:49:07Z</updated>
	<author>
		<name>salcam</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I have a DB table with more records and than I retrieve them from DB via JPA, the procedure is more slow.
&lt;br&gt;&lt;br&gt;I has thinked binding the vertical scrollbar of Jtable, that contain the records, with query EJBQL via method setMaxResult, but I can't make it.
&lt;br&gt;&lt;br&gt;Any ideas???
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JPA-JTable-with-more-records-tp26842285p26842285.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842270</id>
	<title>Add a folder with a name different from the package name</title>
	<published>2009-12-18T01:47:43Z</published>
	<updated>2009-12-18T01:47:43Z</updated>
	<author>
		<name>Grage</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;I have the following source tree:
&lt;br&gt;&lt;br&gt;servicesset/service1/src/
&lt;br&gt;--------------/service2/src/
&lt;br&gt;--------------/service3/src/
&lt;br&gt;...
&lt;br&gt;--------------/serviceN/src/
&lt;br&gt;&lt;br&gt;I want add all source folder in my NB project, but when i add servicesset folder, NB alerts me about incorrect package name in all java files.
&lt;br&gt;I do not want to add each src folder.
&lt;br&gt;What can I do?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Add-a-folder-with-a-name-different-from-the-package-name-tp26842270p26842270.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842257</id>
	<title>HELP: XML Schema editor in IDE 6.8 - missing when click &quot;XML&quot; at &quot;new file&quot;</title>
	<published>2009-12-18T01:43:59Z</published>
	<updated>2009-12-18T01:43:59Z</updated>
	<author>
		<name>daniel-398</name>
	</author>
	<content type="html">I am new to Netbeans IDE. I saw XML Schema editor (in previous version) when click: file -&amp;gt; new file -&amp;gt; XML. &amp;nbsp;But I don't see anymore.
&lt;br&gt;&lt;br&gt;1) How can I add the XML Schema?
&lt;br&gt;2) If difficult, how can I add an XML schema file manually into a 6.8 project.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HELP%3A-XML-Schema-editor-in-IDE-6.8---missing-when-click-%22XML%22-at-%22new-file%22-tp26842257p26842257.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842253</id>
	<title>Swing Application Desktop</title>
	<published>2009-12-18T01:40:52Z</published>
	<updated>2009-12-18T01:40:52Z</updated>
	<author>
		<name>watcher</name>
	</author>
	<content type="html">Hi 
&lt;br&gt;&lt;br&gt;I'm using Netbeans 6.8 to create a new Java Desktop Basic Application that uses the swing application framework.
&lt;br&gt;&lt;br&gt;The default projects creates 3 files
&lt;br&gt;DesktopApplication1.java
&lt;br&gt;DesktopApplicationView.java
&lt;br&gt;DesktopApplicationAboutBox.java
&lt;br&gt;&lt;br&gt;The DesktopApplicationView.java creates some default panels etc. like statusPanel and Jmenu. 
&lt;br&gt;Using the form designer I added some custom components like a few extra panels.
&lt;br&gt;What I'd like to do is extract these panels to their own class.
&lt;br&gt;So e.g. I like to create a NavigationPanel.java file an reference it from within the DesktopApplicationView.java. 
&lt;br&gt;However is seems like I unable to edit any of the generated code when I use the designer and it looks like I stuck creating and maintaining one class.
&lt;br&gt;&lt;br&gt;Whats the best way to do this without losing the benfits of the designer.
&lt;br&gt;&lt;br&gt;help please.
&lt;br&gt;Paddy
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Swing-Application-Desktop-tp26842253p26842253.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842236</id>
	<title>Migrate 3.0 to 3.1 beans</title>
	<published>2009-12-18T01:25:01Z</published>
	<updated>2009-12-18T01:25:01Z</updated>
	<author>
		<name>markusmiertschink</name>
	</author>
	<content type="html">Hi guys,
&lt;br&gt;I have a nice project with a dozen different ejb projects under an enterprise application.
&lt;br&gt;I changed everything so that it compiles under 6.8 and runs on GF3 - wish was a rather difficult and 
&lt;br&gt;I like to change to ejb 3.1 to test out some features but unfortunatley thats not easily doable... NB 6.8 does not offer to change the Java EE Version...
&lt;br&gt;Is there some workaround to change the version used (and embedd the correct 3.1 libraries) without creating completely new projects and moving everything over?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Markus
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans---J2EE-f2606.html&quot; embed=&quot;fixTarget[2606]&quot; target=&quot;_top&quot; &gt;Netbeans - J2EE&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Migrate-3.0-to-3.1-beans-tp26842236p26842236.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26843321</id>
	<title>OS X Snow Leopard/NB6.1</title>
	<published>2009-12-18T01:18:30Z</published>
	<updated>2009-12-18T01:18:30Z</updated>
	<author>
		<name>Mimetic</name>
	</author>
	<content type="html">The issue was that local variables were not showing. However, I have learned this is an XDebug issue. I've installed the latest version, beyond 2.0.5, and I can see local variables again! Woohoo.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/OS-X-Snow-Leopard-NB6.1-tp26843321p26843321.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842204</id>
	<title>JAX-WS Client with user defined classes</title>
	<published>2009-12-18T00:56:53Z</published>
	<updated>2009-12-18T00:56:53Z</updated>
	<author>
		<name>gadnex</name>
	</author>
	<content type="html">I am not really starting a project yet trying to use JPA entity classes on the client, but I am researching this idea with the hopes of doing so one day.
&lt;br&gt;&lt;br&gt;I have had some success building small prototypes trying to prove this concepts. I used the same JPA entity classes on both the server (EJB session beans and JAX-WS web services) and the client (Swing) and using web services to communicate between the two. I have successfully built examples that have two entity classes with a bi-directional relationship, but as you said this is not simple.
&lt;br&gt;&lt;br&gt;I think that if you are right and the idea of using JPA entities on remote clients is not practical, then it would be a pity. In my opinion it would make a large part of the ideas behinds &amp;nbsp;JSR 303 (Bean Validation) a non starter.
&lt;br&gt;&lt;br&gt;I will continue to try and find a way to make this idea practical and if I learn anything useful, I will make sure to share with the community.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans---J2EE-f2606.html&quot; embed=&quot;fixTarget[2606]&quot; target=&quot;_top&quot; &gt;Netbeans - J2EE&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-WS-Client-with-user-defined-classes-tp26828275p26842204.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26841021</id>
	<title>Re: Netbeans takes long time to startup! (newbie)</title>
	<published>2009-12-18T00:49:40Z</published>
	<updated>2009-12-18T00:49:40Z</updated>
	<author>
		<name>Matus Dekanek</name>
	</author>
	<content type="html">The 'options' are on by default, it is the 'activate on demand' feature. 
&lt;br&gt;So I guess there is no way to make it start faster, as far as I know, 
&lt;br&gt;because it is already starting 'faster' :)
&lt;br&gt;Defragmenting your hard drive might help a bit.
&lt;br&gt;&lt;br&gt;matus
&lt;br&gt;&lt;br&gt;mayugd wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello friends,
&lt;br&gt;&amp;gt; Netbeans takes a very long time to start up.Perhaps there are options where you could disable certain unwanted modules so that the startup could be faster.Hope for some guidance!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------
&lt;br&gt;&amp;gt; mayugd
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Netbeans-takes-long-time-to-startup%21-%28newbie%29-tp26840860p26841021.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26841022</id>
	<title>NB build fails on dependency</title>
	<published>2009-12-18T00:49:03Z</published>
	<updated>2009-12-18T00:49:03Z</updated>
	<author>
		<name>Martin Grebac</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&amp;nbsp;I'm getting NB build error (using web-main clone):
&lt;br&gt;&lt;br&gt;&amp;nbsp;[nb-javac] Compiling 92 source files to 
&lt;br&gt;/Users/snajper/work/sources/netbeans/web-main/openide.util/build/classes
&lt;br&gt;&amp;nbsp; &amp;nbsp;[repeat] warning: [path] bad path element 
&lt;br&gt;&amp;quot;/Users/snajper/work/sources/netbeans/web-main/apisupport.harness/external/openjdk-javac-6-b12.jar&amp;quot;: 
&lt;br&gt;no such file or directory
&lt;br&gt;&amp;nbsp; &amp;nbsp;[repeat] 
&lt;br&gt;/Users/snajper/work/sources/netbeans/web-main/openide.util/src/org/netbeans/modules/openide/util/AbstractServiceProviderProcessor.java:57: 
&lt;br&gt;package javax.annotation.processing does not exist
&lt;br&gt;&amp;nbsp; &amp;nbsp;[repeat] import javax.annotation.processing.AbstractProcessor;
&lt;br&gt;&lt;br&gt;Apparently the openjdk jar is missing. clean/build does not help. How do 
&lt;br&gt;I make sure all the external libraries are downloaded properly?
&lt;br&gt;&lt;br&gt;&amp;nbsp;Thanks,
&lt;br&gt;&amp;nbsp; MartiNG
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Martin Grebac, &lt;a href=&quot;http://blogs.sun.com/mgrebac&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/mgrebac&lt;/a&gt;&lt;br&gt;&lt;br&gt;Web Technologies &amp; Standards
&lt;br&gt;Sun Microsystems Czech
&lt;br&gt;&lt;br&gt;ICQ: 93478885
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-Project-Developers-%28not-for-user-help%29-f2607.html&quot; embed=&quot;fixTarget[2607]&quot; target=&quot;_top&quot; &gt;Netbeans Project Developers (not for user help)&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NB-build-fails-on-dependency-tp26841022p26841022.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842904</id>
	<title>Missing Underscore in Netbeans</title>
	<published>2009-12-18T00:27:42Z</published>
	<updated>2009-12-18T00:27:42Z</updated>
	<author>
		<name>tony123456</name>
	</author>
	<content type="html">Thanks for the reply. I still can't see the underscores in the dialog boxes, although they are ok in the actual coding windows. I've just discovered that the SVN connection failure was due to another problem and you're right - the underscores are there, you just can't see them.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Missing-Underscore-in-Netbeans-tp26728567p26842904.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26840335</id>
	<title>Re: How to force NB6.8 to recognize an file without extension in ./bin as a ruby file?</title>
	<published>2009-12-18T00:10:36Z</published>
	<updated>2009-12-18T00:10:36Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Mark V wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Dec 17, 2009 at 11:25 PM, Erno Mononen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26840335&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Erno.Mononen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hi Mark,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Does adding a &amp;quot;shebang&amp;quot; line (e.g. #!/usr/bin/ruby1.8) to the beginning of
&lt;br&gt;&amp;gt;&amp;gt; file help? If it already has such a line, this is probably a bug in the IDE
&lt;br&gt;&amp;gt;&amp;gt; - in that case can you please post here the shebang line that the file has?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The shebang is there. &amp;nbsp;after running `git move ./exec ./execold` the
&lt;br&gt;&amp;gt; same file is no longer recognized, same folder etc just different
&lt;br&gt;&amp;gt; name:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; #!/usr/bin/env ruby
&lt;br&gt;&amp;gt; # -*- mode: ruby -*-
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there any work around? Even editing some xml is worth it if I can
&lt;br&gt;&amp;gt; get NB syntax functionality.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;Did you try already whether restarting the IDE makes any difference? I 
&lt;br&gt;can't really think of a reasonable work around for this now; if adding 
&lt;br&gt;an extension is an option you could then configure the extension in 
&lt;br&gt;Tools -&amp;gt; Options -&amp;gt; Misc -&amp;gt; Files. Unfortunately configuring empty 
&lt;br&gt;extensions is not possible there. Since the Ruby mime resolver is 
&lt;br&gt;already configured to recognize files w/o an extension and the ruby 
&lt;br&gt;shebang line as Ruby files, I guess the issue might be that after 
&lt;br&gt;renaming the file another module's mime resolver somehow recognizes the 
&lt;br&gt;file before the Ruby mime resolver. If that's the case, perhaps 
&lt;br&gt;disabling e.g. C/C++ modules (if you have them activated) in Tools -&amp;gt; 
&lt;br&gt;Plugins could help.
&lt;br&gt;&lt;br&gt;I'll try to reproduce the issue and report back what I find.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Erno
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Mark
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; Erno
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Mark V wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi Devs,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; After importing an existing Ruby project into NB-6.8 as a Ruby
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; project, the script file (i.e. no extension) in ./bin is recognized in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the editor as a Ruby file.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; If I rename it outside of the IDE (`git mv a b`) or create a new file
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; they are no longer recognized in the IDE as Ruby files.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Known bug? Known work arounds or suggestions?]'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; TIA
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Mark
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/NetBeans-Ruby-Project-Developers-%28not-for-user-help%29-f27020.html&quot; embed=&quot;fixTarget[27020]&quot; target=&quot;_top&quot; &gt;NetBeans Ruby Project Developers (not for user help)&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-force-NB6.8-to-recognize-an-file-without-extension-in-.-bin-as--a-ruby-file--tp26826862p26840335.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26840656</id>
	<title>Download a file</title>
	<published>2009-12-18T00:04:10Z</published>
	<updated>2009-12-18T00:04:10Z</updated>
	<author>
		<name>bubba_richard</name>
	</author>
	<content type="html">&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL _url = new URL(webAddress);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; InputStream _ins = _url.openStream();
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; byte[] buff = new byte[_ins.available()];
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int read = _ins.read(buff, 0, buff.length);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (read &amp;gt; 0) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String s = new String(buff, 0, buff.length);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(s);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _ins.close();
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------
&lt;br&gt;Bubba (20 years of I.T.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Download-a-file-tp26840434p26840656.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26840659</id>
	<title>Just a Thank You to Netbeans contributors</title>
	<published>2009-12-17T23:49:42Z</published>
	<updated>2009-12-17T23:49:42Z</updated>
	<author>
		<name>Michael Teter</name>
	</author>
	<content type="html">Howdy.
&lt;br&gt;&lt;br&gt;I just wanted to say a big THANKS for the creation and support of this product. &amp;nbsp;I use it daily (Rails development), and I find it very comfortable and trouble free to use.
&lt;br&gt;&lt;br&gt;Happy Holidays, and thanks again.
&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Just-a-Thank-You-to-Netbeans-contributors-tp26840659p26840659.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26840657</id>
	<title>Scala Plugin with NB 6.8</title>
	<published>2009-12-17T23:46:01Z</published>
	<updated>2009-12-17T23:46:01Z</updated>
	<author>
		<name>prdas31</name>
	</author>
	<content type="html">Have anybody tried using the Scala plug-in with NB 6.8?
&lt;br&gt;&lt;br&gt;It gives the following error when one tries to run a simple &amp;quot;Hello World&amp;quot; app:
&lt;br&gt;&lt;br&gt;&amp;nbsp;[code]
&lt;br&gt;&lt;br&gt;&lt;br&gt;..\ScalaApplication3\nbproject\build-impl.xml:403: The following error occurred while executing this line:
&lt;br&gt;..\ScalaApplication3\nbproject\build-impl.xml:236: Problem: failed to create task or type scalac
&lt;br&gt;Cause: The name is undefined.
&lt;br&gt;Action: Check the spelling.
&lt;br&gt;Action: Check that any custom tasks/types have been declared.
&lt;br&gt;Action: Check that any &amp;lt;presetdef&amp;gt;/&amp;lt;macrodef&amp;gt; declarations have taken place.
&lt;br&gt;&lt;br&gt;[/code]
&lt;br&gt;&lt;br&gt;Does anyone know any solution to resolve this please?
&lt;br&gt;&lt;br&gt;-Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Scala-Plugin-with-NB-6.8-tp26840657p26840657.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26840451</id>
	<title>org.glassfish.appclient.client.acc.UserError: ACC007</title>
	<published>2009-12-17T23:00:28Z</published>
	<updated>2009-12-17T23:00:28Z</updated>
	<author>
		<name>key_duan</name>
	</author>
	<content type="html">The app client directory C:\Documents and Settings\Duan\My Documents\NetBeansProjects\EnterpriseAppEE5\EnterpriseAppEE5-app-client does not contain a manifest; the app client container cannot process it.
&lt;br&gt;i dont know why , i do it step by step as the tutorial said.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-Project-Developers-%28not-for-user-help%29-f2607.html&quot; embed=&quot;fixTarget[2607]&quot; target=&quot;_top&quot; &gt;Netbeans Project Developers (not for user help)&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/org.glassfish.appclient.client.acc.UserError%3A-ACC007-tp26840451p26840451.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26840434</id>
	<title>Download a file</title>
	<published>2009-12-17T22:56:17Z</published>
	<updated>2009-12-17T22:56:17Z</updated>
	<author>
		<name>bubba_richard</name>
	</author>
	<content type="html">This is simple in .net. To download a file from a url I use:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;//c#.net
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Uri _uri = new Uri([i]webAddress[/i]);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; WebClient client = new WebClient();
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; client.Headers.Add(&amp;quot;user-agent&amp;quot;, &amp;quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Stream data = client.OpenRead(_uri);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; StreamReader reader = new StreamReader(data);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string s = reader.ReadToEnd();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; reader.Close();
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;How would I download a file from a Java FX application?
&lt;br&gt;&lt;br&gt;Thanks a million,
&lt;br&gt;Bubba[/i]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Download-a-file-tp26840434p26840434.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26839943</id>
	<title>GoToImplementation Java Plugin</title>
	<published>2009-12-17T22:54:06Z</published>
	<updated>2009-12-17T22:54:06Z</updated>
	<author>
		<name>Jimy Joshi-2</name>
	</author>
	<content type="html">Hi all,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am running the latest version of netbeans(6.8) but its working great but it does not seem to support GoToImpelementation plugin - which a very handy plugin to have. The plugin seems to have not be ported past 6.5 version. Does anyone know any similar plugin or how I can get this plugin to work in 6.8. Any help will be appreciated.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://wiki.netbeans.org/JavaGoToImplementation&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/JavaGoToImplementation&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks.&lt;/div&gt;&lt;div&gt;Jaimini&lt;/div&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GoToImplementation-Java-Plugin-tp26839943p26839943.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26839677</id>
	<title>Re: OS X Snow Leopard/NB6.1</title>
	<published>2009-12-17T22:10:31Z</published>
	<updated>2009-12-17T22:10:31Z</updated>
	<author>
		<name>Andy Knight</name>
	</author>
	<content type="html">You will need to state your question.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Andy Knight 
&lt;br&gt;Principal Engineer, 
&lt;br&gt;Sun Microsystems, Inc. 
&lt;br&gt;Java House, Guillemont Park, Minley Road, 
&lt;br&gt;Camberley, Surrey GU17 9QG United Kingdom 
&lt;br&gt;Home office: +44 1494 462438 
&lt;br&gt;Mobile: +44 7775 583415 
&lt;br&gt;Skype: aprknight 
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26839677&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Andy.Knight@...&lt;/a&gt; 
&lt;br&gt;Blog: &lt;a href=&quot;http://blogs.sun.com/andky&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/andky&lt;/a&gt;&lt;br&gt;&lt;br&gt;On 17 Dec 2009, at 17:37, Mimetic wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; ...Still no help! I have seen others do have this problem, but I cannot find any help!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/OS-X-Snow-Leopard-NB6.1-tp26834600p26839677.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26839734</id>
	<title>what controls generated javadoc code snippets?</title>
	<published>2009-12-17T22:07:11Z</published>
	<updated>2009-12-17T22:07:11Z</updated>
	<author>
		<name>Pat Farrell</name>
	</author>
	<content type="html">When I enter the start to a javadoc comment:
&lt;br&gt;/**
&lt;br&gt;Netbeans is smart enough to generate the parameters and exceptions for
&lt;br&gt;the javadocs. &amp;nbsp;For most of the exceptions, I have standardized wording
&lt;br&gt;that I'd like to use.
&lt;br&gt;&lt;br&gt;What controls this? Can I edit it?
&lt;br&gt;&lt;br&gt;For example,
&lt;br&gt;&lt;br&gt;&amp;nbsp;assignGeocodingJob(Request aGeoR) throws &amp;nbsp;SQLException
&lt;br&gt;&lt;br&gt;Netbeans will generate the
&lt;br&gt;&lt;br&gt;&amp;nbsp;* @return
&lt;br&gt;&amp;nbsp;* @throws SQLException
&lt;br&gt;&amp;nbsp;*/
&lt;br&gt;&lt;br&gt;javadoc snippets.
&lt;br&gt;&lt;br&gt;I'd like to have it always say
&lt;br&gt;&lt;br&gt;&amp;nbsp;* @throws SQLException in the unlikely case that the Sql server/JDBC
&lt;br&gt;throws one.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Pat
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pat Farrell
&lt;br&gt;&lt;a href=&quot;http://www.pfarrell.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.pfarrell.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/what-controls-generated-javadoc-code-snippets--tp26839734p26839734.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26840038</id>
	<title>(no subject)</title>
	<published>2009-12-17T22:03:44Z</published>
	<updated>2009-12-17T22:03:44Z</updated>
	<author>
		<name>juan rascon</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
I'm doing my first step with netbeans and java&lt;BR&gt;
... im working with this tutorial&lt;BR&gt;
&lt;A href=&quot;http://netbeans.org/kb/docs/web/jsf20-crud.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://netbeans.org/kb/docs/web/jsf20-crud.html&lt;/A&gt;&lt;BR&gt;
&amp;nbsp;&lt;BR&gt;
but something is wrong because the client page send me the next error.&lt;BR&gt;
&amp;nbsp;&lt;BR&gt;
In the client page... &lt;A href=&quot;http://localhost:8080/ConsultingAgency/faces/client/List.xhtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/ConsultingAgency/faces/client/List.xhtml&lt;/A&gt;&lt;BR&gt;
when push the link &quot;Create new client&quot; or &quot;Edit&quot;... show the next error:&lt;BR&gt;
&amp;nbsp;&lt;BR&gt;
(I´m reading and reading the tutorial... and i don´t know what happend... if anybody can help me...&lt;BR&gt;
&amp;nbsp;&lt;BR&gt;
thanks a lot...&lt;BR&gt;
&lt;H1&gt;&lt;FONT size=2&gt;An Error Occurred:&lt;/FONT&gt;&lt;/H1&gt;
&lt;DIV style=&quot;BORDER-BOTTOM: #900 1px solid; BORDER-LEFT: #900 1px solid; BORDER-TOP: #900 1px solid; BORDER-RIGHT: #900 1px solid&quot; id=error class=grayBox&gt;clientPK.clientName&lt;/DIV&gt;
&lt;H2&gt;&lt;A href=&quot;http://localhost:8080/ConsultingAgency/faces/client/List.xhtml#&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN style=&quot;DISPLAY: none&quot; id=traceOff&gt;+&lt;/SPAN&gt;&lt;SPAN style=&quot;DISPLAY: inline&quot; id=traceOn&gt;-&lt;/SPAN&gt; Stack Trace&lt;/FONT&gt;&lt;/A&gt;&lt;/H2&gt;
&lt;DIV style=&quot;DISPLAY: block&quot; id=trace class=grayBox&gt;&lt;PRE&gt;&lt;CODE&gt;java.lang.IllegalArgumentException: clientPK.clientName
	at javax.faces.component.UIComponentBase.validateId(UIComponentBase.java:551)
	at javax.faces.component.UIComponentBase.setId(UIComponentBase.java:366)
	at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:168)
	at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:114)
	at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:91)
	at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:120)
	at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:204)
	at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:114)
	at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:91)
	at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:120)
	at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:204)
	at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:114)
	at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:91)
	at com.sun.faces.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:97)
	at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:172)
	at com.sun.faces.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:386)
	at com.sun.faces.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:357)
	at com.sun.faces.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:102)
	at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:91)
	at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:120)
	at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:204)
	at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:114)
	at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:91)
	at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:86)
	at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:91)
	at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:75)
	at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:301)
	at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:360)
	at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:339)
	at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:191)
	at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:149)
	at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:86)
	at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:75)
	at com.sun.faces.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:145)
	at com.sun.faces.application.view.FaceletViewHandlingStrategy.buildView(FaceletViewHandlingStrategy.java:716)
	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:313)
	at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1523)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:641)
	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:97)
	at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:85)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:185)
	at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:332)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:233)
	at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:165)
	at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791)
	at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
	at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
	at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170)
	at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
	at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
	at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
	at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
	at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
	at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
	at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
	at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330)
	at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309)
	at java.lang.Thread.run(Thread.java:619)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt; 		 	   		  &lt;br /&gt;&lt;hr /&gt;Cuida tu aguinaldo y tus cuentas bancarias, &lt;a href='http://www.ie8.com.mx' target='_new' rel=&quot;nofollow&quot;&gt;OTTO te enseña cómo.&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans---J2EE-f2606.html&quot; embed=&quot;fixTarget[2606]&quot; target=&quot;_top&quot; &gt;Netbeans - J2EE&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28no-subject%29-tp26840038p26840038.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26840860</id>
	<title>Netbeans takes long time to startup! (newbie)</title>
	<published>2009-12-17T20:14:50Z</published>
	<updated>2009-12-17T20:14:50Z</updated>
	<author>
		<name>mayugd</name>
	</author>
	<content type="html">Hello friends,
&lt;br&gt;Netbeans takes a very long time to start up.Perhaps there are options where you could disable certain unwanted modules so that the startup could be faster.Hope for some guidance!
&lt;br&gt;&lt;br&gt;------------------------
&lt;br&gt;mayugd
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Netbeans-takes-long-time-to-startup%21-%28newbie%29-tp26840860p26840860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26840078</id>
	<title>Re: JUnit test execution order</title>
	<published>2009-12-17T19:36:45Z</published>
	<updated>2009-12-17T19:36:45Z</updated>
	<author>
		<name>Ryan Cuprak-3</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp;How are you ordering the tests? Are you using a testsuite?
&lt;br&gt;&lt;br&gt;&amp;nbsp;-Ryan
&lt;br&gt;&amp;nbsp;
&lt;br&gt;On Dec 17, 2009, at 6:05 PM, David Beer wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; i have an odd problem. I have a JUnit 4 class with two tests, the
&lt;br&gt;&amp;gt; problem is that the second test is being executed before the first test.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I would expect the tests to be executed in the correct order. I am
&lt;br&gt;&amp;gt; using netbeans 6.7.1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; David
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Netbeans-IDE-Users-f2605.html&quot; embed=&quot;fixTarget[2605]&quot; target=&quot;_top&quot; &gt;Netbeans IDE Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JUnit-test-execution-order-tp26837996p26840078.html" />
</entry>

</feed>
