netbeans6.7

Is it possible to clear the Netbeans output window from my application or temporarily disable all outputs?

Some background: I've created a Swing application which uses the Substance LaF (Thanks again, Kirill!) Unfortunately Swing creates a panel somewhere outside the EDT thus leading to an exception message from Substance every time I start my application. By itself this exception is great, I already saved me from creating nasty multithread...

A new version of Netbeans just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?

6.7 is out, and although going to the web and finding some .nbm-s and copying over a few update center URL-s isn't the biggest chore...it's still a chore. Any tips for this? Is there maybe a hidden directory somewhere that I can just copy into the new 6.7 install? Edit: for people like me who use both, I've asked this question in Ecli...

How to change the Dimensions of the Applet Viewer in NetBeans 6.7

Hello I was waiting for the stable release of Netbeans 6.7 before starting to use it for my Java Programming. I would like to how to change the Dimensions of the Applet Viewer in NetBeans 6.7. When ever i run a java file by pressing SHIFT + F6, it opens an Applet but the dimensions are too small, i think they are around 300 X 300. H...

Problems creating a Java Mobile Application project.

I have installed the Netbeans 6.7 IDE with Java ME included, but cannot create a Mobile Application project from the Java ME category. When I select the project type the wizard stops at "Finding Feature" with the message: Not all requested modules can be enabled: [StandardModule:org.netbeans.modules.mobility.end2end.kig jarFile:C:\Prog...

Disable Netbeans automatic svn ignore?

How do I stop Netbeans from automatically svn ignore-ing ".swp" files? I use Netbeans as my main development environment, but I often use gvim at the same time for quick edits. gvim creates temporary files with the .swp extension, and Netbeans seems to be scanning my code folders and adding an svn ignore property for these files. I ca...

How to change NetBeans 6.7 [Row,Col] location

I'm used to the NB 6.5's look, I had the INS [Row,Col] at the middle bottom of the editor, but now in NB 6.7, this info is at the bottom right, too far and too small to see, how can I move it to a different location, such as bottom left ? Is this possible ? ...

Using NetBeans IDE 6.7 with J3D's Canvas3D Container

I keep telling myself that this should be simple, and yet I'm completely lost. Let me start by saying that I'm new to NetBeans IDE, and that I am using it out of necessity. I don't really know much about it yet. I have successfully designed my main window for my application. The right side of the application is essentially a large windo...

netbeans - preview html within IDE , split view??

Hi there, I have installed the latest version of netbeans and its working.. I have opened an html file but i don't see where i can preview it.. Does it support HTML preview inside the IDE? Do i need a plugin? I would like to view in design mode at least so i can design in the ide ... All i see is pure html ... any ideas? thanks ...

Netbeans Version Control File Color Codes?

I'm trying to find a legend that can help explain the different colors Netbeans uses to describe the state of a file. In my project, some of my files are: grey blue green [colors I have yet to discover] If it helps, I'm using Netbeans6.7 with CVS. ...

netbeans 6.7 maven code coverage

Hi, How can I configure netbeans 6.7 to enable code coverage for maven2 projects? I tried tinkering with the following http://sharebear.co.uk/blog/2009/01/21/code-coverage-maven-projects-netbeans/ though had no luck Thanks ...

Change template or HTML indentation in NetBeans

How to change HTML template in NetBeans 6.7? ...

Python plugin in netbeans manually

Can install python plugin in netbeans 6.7 manually (without Tools/Plugin) ? if yes (with .nbi package ) which url can use ? ...

Netbeans 6.7 PHP - How to highlight PHP Code in HTML files?

Hi, Is there any way to tell Netbeans to highlight PHP code in HTML files? I am using Zend Framework, where a lot of PHP code is included in the view files. ...

Netbeans manifest

Hi there, Is it possible to add entries to the manifest.mf file of jars generated by netbeans? to build an osgi bundle for instance. ...

Running Rails Application on netbeans 6.7 error

i was upgrading my Netbeans 6.5 to Netbeans 6.7 and i open my rails application which built on Netbeans 6.5 and i run but it doesnt working , said : java.lang.NoClassDefFoundError: org/jruby/Main Caused by: java.lang.ClassNotFoundException: org.jruby.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at ja...

How to make fonts in Netbeans UML Editor smaller?

On my mac OS 10.5, in Netbeans 6.7.1, the fonts in my class diagram look very chunky and huge. Can I set the font sizes globally somewhere? I'd like to make them all smaller. ...

How to create an object diagram with Netbeans 6.7.1 and UML Editor?

I haven't found an apropriate diagram type to make an object diagram. I'd like to visualize my object graphs in the application, rather than class inheritances. Currently I do that with "class diagram" but of course that's not really fine because it looks like they all inherit from eachother. Are there more diagram types for installing? ...

Cannot execute Java app on Vista Business - "Cannot find the main class... Program will exit"

Hi, I have written a Java GUI app (using Netbeans 6.7) requiring Java 1.6. I successfully run it on my XP PC and also my Mac OSX (10.5.7). My client is running Vista Business, and cannot run the application by double clicking the jar file. He can execute it from the command line: "javaw -jar ..." The error received is: "Cannot find th...

Eclipse behavior in Netbeans

I love Netbeans but there is one thing I really like about Eclipse that I can't do in Netbeans: If I have started a function that takes a string i.e. someFunction("Some string here") Both netbeans and eclipse will autocomplete the ending doublequote and parens. In Eclipse, if I hit enter at the end of my string, the cursor will move...

Can anyone run the c++ traffic simulation that comes with Netbeans 6.7 ?

There is a traffic simulation program in C++ that comes as an example in Netbeans for a C++ project. I got the cygwin compiler installed it and it was working well but i could still not compile the program because it require the GTK GUI framework. This is very important as I need to create a traffic simulation for a project and i would l...