netbeans

netbeans: can netbeans auto-build java free-form (ant) projects ?

Hiya. after every save i need to right click on the project in the project browser and click on build. is there a way to configure netbeans to auto build the project when i save a file in the project? ...

Why Java jFrame setResizable() is failling to act?

This code is automatically generated by Netbean 6.8 GUI builder. The default application was not contained in a jFrame! It was in jPanel only which I didn't know how to make it none re-sizable. so I added a jFrame to contain all of them and although I set its setResizable(); to False...it still re-sizable! Here is the code: import o...

CakePHP Helper Auto-Completion in Netbeans 6.8

Can anyone please tell me how I can "enable" CakePHP's Helper auto-completion in CakePHP? Essentially so when, for instance, I type $form-> it gives me a list of $form's methods and variables. I have read http://bakery.cakephp.org/articles/view/model-based-code-insight-and-completion-in-netbeans and also tried to implement comment #3. W...

Integrated Terminal Window in Netbeans?

I recently started using Netbeans and its capabilities have surprised me but there is a missing feature which keeps me from switching completely to Netbeans. I use the Terminal all the time and it is a pain to switch from the Netbeans window to the Terminal one. Is there a way to have a terminal window embedded into the Netbeans IDE (m...

Debugging Zend Framework project with NetBeans / XDebug

Hello, Has anyone been able to set up NetBeans debugging of a Zend Framework project? I have XAMPP running locally on my machine, as well as NetBeans 6.8. From the looks of phpinfo(), XDebug is properly installed on XAMPP. I start debugging session with NetBeans, it connects to XDebug and the page opens, however it will not stop at any ...

Comprehensive list of Google Wave text editor clients?

Hi there, I know I'm late to the game, but 'still haven't found very many desktop-based Google Wave client text editors. Do any even exist? Do you know of a Google Wave client plugin for Eclipse, VIM, Netbeans, or any other IDE? (Doesn't have to be a complete product...alpha is fine,...just curious if there's any progress in that direc...

problem loading J connector

I have the eror when i compile my project which i have developed using java / java application C:\Users\Mn_myles\Documents\NetBeansProjects\CACADEMY\src\cacademy\FormLogin.java:248: cannot find symbol symbol : method forName(java.lang.String) location: class cacademy.Class Class.forName("com.mysql.jdbc...

Get Icon Image from the Title Bar of the JFrame

I m using Netbeans IDE, I need to get the icon from the title bar of the JFrame and set it in the JButton. Is there any way to get the Icon image from the JFrame, there is no getIconImage() method i tried getIconImages() but it doesnt works. ...

how i use spring and netbeans

can any one tell me how i use spring in netbeans6.8 plz help me....give me one nice tutorial link. ...

How to easily Bind any database VIEWS to a jtable with netbeans?

Netbeans can easily bind jtable with relational database tables(mysql,deby,etc).. How can i easily bind "Views" table to a jtable... If that is not possible, is there any easy way to join tables and display the result in JTable... Thank you so much. ...

Swing: Dynamically Displaying a Panel

I'm currently making a java swing GUI with the Netbeans GUI builder. I have a bunch of panels that are being replaced on my main JFrame as the user navigates the GUI and a controller class is taking care of this. At one step, however, there is a panel (FilterDefinitionPanel) that contains a combo box as well as a blank inner panel (Query...

Adding more source folders to a NetBeans PHP project

Is it possible, with or without plugin, to add more source folders to a PHP project, just like in a Java project? I have downloaded and tested the Java version of NetBeans, and there is clearly possible to add more source folders. But not in the PHP version? ...

How can I get Hudson to be able to access JUnit?

I've got Hudson running on TOMCAT, it can build my Netbeans project using the ant build.xml, but it won't run any of my unit tests because of what I assume is a problem with the classpath: package org.junit does not exist [javac] import org.junit.After; [javac] ^ But I've got the junit-4.8.1.jar on the classpat...

How to bundle images in jar file

Hello..I made a java application.and bundled all classes in jar file..wen i run the project from netbeans my app is running successfully..but wen i place my .jar file at another place and run from there..i am not getting the icons used by my application..In the code i get my icons from images directory present in project folder. Now,i ...

Hibernate pluralization

I have A MySQL database currently in production use for a CakePHP application A Java SE application accessing the same database via Hibernate, currently in development. I'm using the Netbeans "automigrate" feature to create the POJO classes and XML files (do I really need the XML files when using annotations?). As the schema is quite...

GSP Editing in Netbeans 6.8

Hello guys. I have a problem with Netbeans 6.8 and GSP pages. Format and indent working but provides invalid structure. Moreover Netbeans highlinging page directive as error. And code completion is not working too. Is it a bug or smth need to be fixed in my settings or Netbeans does not provide such features. In this archive you can ...

Python reference external module in Netbeans

I'm working with a Netbeans for Python development, I have a number of projects (which have a number of modules). What I basically want to know is, how do I import one of these modules into a new project? I have tried editing the python path in netbeans, but to no avail. Here's my setup: Netbeans projects ================= ProjectA ...

Show svn revision number own for each netbeans project file

How to show versioning labels for project files (php) in Netbeans, and for each file own last change revision number like in Eclipse? Now my all project files have same revision number (last revision of project). - project [37] file1.php [37] file2.php [37] file3.php [37] - folder1 [37] file4.php [37] But in Ecli...

how to add java docs to my java program using netbeans

how to add java docs to my java program using netbeans ? regards Santhosh S ...

tooltip causing deadlock in swing/netbeans-rcp

Hi I have a netbeans platform based app. It has an outlineview, with several columns. when i have my app maximised. and hover over the right most column to display the tooltip (that has to be adjusted due to end of screen). the application hangs (or rather, eventqueue is blocked). Sometimes it starts running again after a few seconds, ...