<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user">
    <title>gmane.comp.java.ide.netbeans.user</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177840"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177839"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177838"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177837"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177836"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177835"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177834"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177833"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177832"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177831"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177830"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177829"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177828"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177827"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177826"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177825"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177824"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177823"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177822"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177821"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177840">
    <title>Re: Is it possible to preserve the state of the Project tree when switching between Project Groups?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177840</link>
    <description>&lt;pre&gt;Hi Mark. The tree state isn't persisted. Feel free to file an issue.
Currently you can use the favorites view to place your most needed dirs.

With kind regards, markiewb
Am 21.05.2013 04:16 schrieb "mpemburn" &amp;lt;mark&amp;lt; at &amp;gt;pemburn.com&amp;gt;:

&lt;/pre&gt;</description>
    <dc:creator>Benno Markiewicz</dc:creator>
    <dc:date>2013-05-21T05:27:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177839">
    <title>NB 7.3: Can't compile sample project.</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177839</link>
    <description>&lt;pre&gt;OK, thanks. I'll try to use previos version of SDK.





&lt;/pre&gt;</description>
    <dc:creator>Falex</dc:creator>
    <dc:date>2013-05-20T14:46:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177838">
    <title>NB 7.3: Can't compile sample project.</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177838</link>
    <description>&lt;pre&gt;I just seen that this issue was discussed before. Were suggested two measures to solve it:
1. 
Mack06
Go back to JDK 7 u17. 
JDK 7 u21 breaks building in C/C++. 

2. 
JMartinWard
All you need to do is: 

1) Go to C:\MinGW\bin and make a copy of "mingw32-make.exe". Then rename it to "make.exe". 

2) Now go to C:\MinGW\msys\1.0\bin and rename "make.exe" to "makeOLD.exe" (just in case). Then move your new "make.exe" into C:\MinGW\msys\1.0\bin. 

You may have to restart NetBeans, but you should find you can now compile and build! 

I would love to know how this suddenly became a problem. If anyone finds out, please let us know. I have seen a suggestion in this forum that updating from Java JDK1.7.0_17 to JDK1.7.0_21 breaks the C++ compilation, but how that could happen is beyond me. 

I used the second and at least simple sample projects now works!
Thanks!





&lt;/pre&gt;</description>
    <dc:creator>Falex</dc:creator>
    <dc:date>2013-05-20T13:48:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177837">
    <title>NB 7.3: Can't compile sample project.</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177837</link>
    <description>&lt;pre&gt;Hi, people! Trying to compile sample project but can't. NB answers that file is not found. 
"/d/SOFT/Qt_Win/EXAMPLE/Welcome_1/"c:/MinGW/msys/1.0/bin/make.exe"" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
/bin/sh: /d/SOFT/Qt_Win/EXAMPLE/Welcome_1/c:/MinGW/msys/1.0/bin/make.exe: No such file or directory
make.exe": *** [.build-impl] Error 127

What  to do?





&lt;/pre&gt;</description>
    <dc:creator>Falex</dc:creator>
    <dc:date>2013-05-20T12:51:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177836">
    <title>Prompts for svn credentials every time</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177836</link>
    <description>&lt;pre&gt;Seems that when I deleted the svn repo history from NetBeans, that caused the problem to increase.  You'll need to re-checkout the repo to fix it.  Just checkout into the same original project directory.

I don't know what caused the original issue that lead me to delete all the repo history, but at least there is a solution to this annoying nag.





&lt;/pre&gt;</description>
    <dc:creator>jikes.thunderbolt</dc:creator>
    <dc:date>2013-05-20T12:48:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177835">
    <title>Combobox validation (if empty).</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177835</link>
    <description>&lt;pre&gt;Hello. I wonder how to validate if a combobox is empty (or null).
I got 3 "items" for hairclor. Red, brown and blonde.

If none of those are selected i would like to display a message that says, "warning, you have to chose a hair color".

How do I do that?

Thnx very much





&lt;/pre&gt;</description>
    <dc:creator>j1MP</dc:creator>
    <dc:date>2013-05-20T16:42:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177834">
    <title>Is it possible to preserve the state of the Project tree when switching between Project Groups?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177834</link>
    <description>&lt;pre&gt;Hi,

I'm relatively new to NetBeans and I just learned about using Project Groups.  This goes a long way toward allowing me to abandon my old editor (which allows multiple projects to be open simultaneously).  The only thing about switching between groups is that the state of the project tree is not preserved, making it necessary to re-expand the directories that I'm currently working with in the project.  Is there any way to "manually" save the tree before switchingâor any possibility that this will be done automatically in future versions of NetBeans?

Thanks in advance,

Mark





&lt;/pre&gt;</description>
    <dc:creator>mpemburn</dc:creator>
    <dc:date>2013-05-20T12:17:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177833">
    <title>Re: nb7.3 takes 3-5 minutes to load</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177833</link>
    <description>&lt;pre&gt;Ok, I shut it down and restarted NB and timed it with a stopwatch - about 22 seconds.
So it is the first time it is slow.

Anil


-----Original Message-----
From: Geertjan Wielenga [mailto:geertjan.wielenga&amp;lt; at &amp;gt;oracle.com] 
Sent: Monday, May 20, 2013 9:15 AM
To: nbusers&amp;lt; at &amp;gt;netbeans.org
Subject: [nbusers] Re: nb7.3 takes 3-5 minutes to load

On 05/20/2013 04:12 PM, Philip Anil-QBW348 wrote:
Only the first time you start it up or every time?

Gj






&lt;/pre&gt;</description>
    <dc:creator>Philip Anil-QBW348</dc:creator>
    <dc:date>2013-05-20T19:31:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177832">
    <title>NB 7.3: Can't compile sample project.</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177832</link>
    <description>&lt;pre&gt;mingw32-make.exe is not supported and may cause you other problems. 


Falex wrote:






&lt;/pre&gt;</description>
    <dc:creator>Mack06</dc:creator>
    <dc:date>2013-05-20T14:40:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177831">
    <title>Re: nb7.3 takes 3-5 minutes to load</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177831</link>
    <description>&lt;pre&gt;Only the first time you start it up or every time?

Gj

&lt;/pre&gt;</description>
    <dc:creator>Geertjan Wielenga</dc:creator>
    <dc:date>2013-05-20T14:14:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177830">
    <title>nb7.3 takes 3-5 minutes to load</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177830</link>
    <description>&lt;pre&gt;I was wondering why it takes so long to load (3-5 min). Perhaps it is the 'Featured Demo' on the Start page that says 'error loading content'?

Anil






&lt;/pre&gt;</description>
    <dc:creator>Philip Anil-QBW348</dc:creator>
    <dc:date>2013-05-20T14:12:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177829">
    <title>Web Service Client - wsimport generation &amp; wsdl location</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177829</link>
    <description>&lt;pre&gt;From a little digging these seem two ways to deal with my issue.  When I get to seeing which works better in our enviroment I'll post back my experience.





&lt;/pre&gt;</description>
    <dc:creator>stewy</dc:creator>
    <dc:date>2013-05-20T13:23:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177828">
    <title>Web Service Client - wsimport generation &amp; wsdl location</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177828</link>
    <description>&lt;pre&gt;I have a server side REST webservice (maven project)  this web service calls several SOAP/WSDL web services.  I'm trying to generate the client side code for the calls to these WSDL services.  This all works fine when I create the Web Service Reference by pointing at a URL for the deployed WSDL services, however, what I want to do is point at wsdls that are part of the maven project I am working in so that everything needed for building &amp;amp; running the service is contained in the project.  I am switching the endpoint after creating the instance of the service to the actual endpoint.

The client generated by wsimport contains a reference to the wsdl that was sdetup at the time I created the Web Service Client, as the wsdlLocation, I simply want this to be something like "/META-INF/webservice.wsdl" as a wsdl file in my project instead of "http://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/services/webservice.wsdl?wsdl"

I cannot figure out how to do this, using Java 1.7, NetBeans IDE 7.2.1 (Build 201210100934)  When I choose New --&amp;gt; Web Serv&lt;/pre&gt;</description>
    <dc:creator>stewy</dc:creator>
    <dc:date>2013-05-20T12:59:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177827">
    <title>NB resizing issue since move to Java 7 on Mac OS X</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177827</link>
    <description>&lt;pre&gt;
I recently moved my IDE from using Apple's Java 6 to Oracle's Java 7.  Since doing so, I've noticed that the IDE no longer seems able to maximize to the full screen size after being disconnected/reconnected to a different-resolution monitor.  For instance, yesterday I was working in NB on my laptop's screen - which has a resolution of 1680x1080.  This morning, I connected my work monitor - which is 1920x1200 - and NB refuses to maximize (or manually size) to anything bigger than what appears to be 1680x1080.  I have to restart the IDE in order to make use of the new size.

Is  this a known issue with Oracle's JDK 7?

Thanks for any info.

p.s. I'm running Mac OS X 10.8.3 and Java 7u21.


&lt;/pre&gt;</description>
    <dc:creator>Thomas Wolf</dc:creator>
    <dc:date>2013-05-20T12:38:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177826">
    <title>Cannot open (missing source?)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177826</link>
    <description>&lt;pre&gt;When I try to go to the source on a method, I get the message that appears
in the title. The editor says that the method exists (there is no wavy
underline) but I cannot go to it.

Why? How do you make it go away?

&lt;/pre&gt;</description>
    <dc:creator>Owen Thomas</dc:creator>
    <dc:date>2013-05-20T12:20:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177825">
    <title>Re: Newbie - Changing JLabel icon</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177825</link>
    <description>&lt;pre&gt;Welcome back to Java!….

The code 
is just a convenient way when the result of "new gameUi()" is not accessed from code in the main class.  
In general,  the NB application concept, as I understand it,  access to program components from other components happens via lookup and not by reference in an instance field. So this generated code is exactly what is needed.

You could move the declaration and construction of the gameUI to an instance, or static, field. And then do what you want with it. That filed can be in the main class or in the unnamed class created with "new Runnable()"

A better approach might be to override the implementation of setVisible() in gameUI, so that it starts the timer to  modify the UI after the time out. This way you can control that it = does so each time the ui is made visible, if that is what you want, or only once. Also all UI code is encapsulated in the UI class,

&lt;/pre&gt;</description>
    <dc:creator>Eduard</dc:creator>
    <dc:date>2013-05-20T08:03:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177824">
    <title>Re: ShortCuts in NetBeans</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177824</link>
    <description>&lt;pre&gt;See keymap in the options. The current list can also be exported as html -
see
https://blogs.oracle.com/geertjan/entry/hidden_netbeans_feature_export_shortcuts

With kind regards, markiewb
Am 19.05.2013 23:23 schrieb "Roy Sh" &amp;lt;rshlosberg&amp;lt; at &amp;gt;gmail.com&amp;gt;:

&lt;/pre&gt;</description>
    <dc:creator>Benno Markiewicz</dc:creator>
    <dc:date>2013-05-19T21:31:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177823">
    <title>ShortCuts in NetBeans</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177823</link>
    <description>&lt;pre&gt;Hi,

1. Where can i find the list of all the shortcuts that occupied by my netbeans program, in order to set a new shortcut to a action?

2. In our system, we add palette, but we don't implement it. This palette has some shortcuts, that other TopComponent-s can't override those shortcuts (or i can't). Is there an option to override those shortcuts?

Thank You and have a good day!





&lt;/pre&gt;</description>
    <dc:creator>Roy Sh</dc:creator>
    <dc:date>2013-05-19T13:12:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177822">
    <title>Reg. Preview option in Html, Jsp and Servlet</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177822</link>
    <description>&lt;pre&gt;Hi Netbeans..

I am very beginner in netbeans...

I have used netbeans 7.3.. In this version.. there's no preview option..

there is any plugin for preview option in JSP, HTML and Servlet?

Please help me...

I hope there's solution from you..

advance thank you...

&lt;/pre&gt;</description>
    <dc:creator>Shakthi M</dc:creator>
    <dc:date>2013-05-19T13:01:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177821">
    <title>Newbie - Changing JLabel icon</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177821</link>
    <description>&lt;pre&gt;Thanks for your reply Eduard,

I'll look into the swing Timer class.

I did some java about ten years ago when I was studying so I've forgotton most of it.

Please excuse my newbie questions.

The Netbeans generated main class looks like this:

public static void main(String args[]) {
    /* Set the Nimbus look and feel */


    /* Create and display the form */
    java.awt.EventQueue.invokeLater(new Runnable() {
        public void run() {
            new gameUI().setVisible(true);
                
                
        }
           
    });

I guess I have to invoke a method on the gameUI object if I want to change something on it.

How can I do this?

Why is it not named?

Thanks again





&lt;/pre&gt;</description>
    <dc:creator>BWestOz</dc:creator>
    <dc:date>2013-05-19T01:24:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177820">
    <title>Re: installing netbeans on tablets work?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ide.netbeans.user/177820</link>
    <description>&lt;pre&gt;If you have a Windows 8 tablet, Surface even, not Windows RT, then it
should work fine just as on any other Windows computer. Windows RT can not
run all the good stuff. Apple or Andriod; the answer is no. I have a
Samsung Galaxy tablet. Other than some special apps and book reading I
don't do my heavy work on it. Without all the screen hookups and
peripherals I probably wouldn't try even if the software existed. I have
been thinking about a Surface tablet with Windows 8.

Wade
 On May 17, 2013 8:37 AM, "Edson Richter" &amp;lt;edsonrichter&amp;lt; at &amp;gt;hotmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Wade Chandler</dc:creator>
    <dc:date>2013-05-18T17:43:06</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.ide.netbeans.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.ide.netbeans.user</link>
  </textinput>
</rdf:RDF>
