The NetBeans Platform is a cross-platform desktop application framework implemented in Java.

learn more… | top users | synonyms

-2
votes
0answers
27 views

lexer from begin line [closed]

I using ANTLR4 for create my custom editor in Netbeans. In my language different tokentype if it begins at first symbol at line and if after whitespaces. But netbeans highlighting text as if the whole ...
0
votes
1answer
83 views

Dynamically added Components in TopComponent won't show

I'm running in a quite strange problem while programming with the Netbean platform 7.3, based on Geertjan's blog example on how to add widgets through actions ...
0
votes
0answers
19 views

netbeas platform sample code generator

I ma trying to use netbeas sample code generator in project, but there are lot of missing packages, i added as lib. all jar files from netbeans module folder. > error: package com.sun.source.tree ...
0
votes
0answers
18 views

How to print continuously to the output window via logs Netbeans Platform 7.2

I'm trying to display my log4j entries to the output window. I have successfully extended the AppenderSkeleton class so that the logs get written to the output window. The problem I am having is that ...
0
votes
0answers
20 views

NetBeans - TaskFactory (Parsing API) does not work if a ProjectFactory (Project API) was registered

I'm creating a NetBeans module with multiple services (code assist, project, debugger etc.) I've noticed that after I registered my ProjectFactory via the @ServiceProvider annotation, the TaskFactory ...
0
votes
1answer
17 views

Tracks needed to create a useful Netbeans module for Java development

I was wondering while looking at the eternal "serializable class XXX has no definition of serialVersionUID" warning in Netbeans : why not create a netbeans module which would populate this field ...
0
votes
0answers
12 views

Netbeans Platform: Mode that uses split by default instead of tabs

Briefly: How to force split Mode instead of tabbed Mode? Short problem description: let's say I have an explorer on the left, which shows files each time I double click a file I want to open a ...
0
votes
1answer
18 views

TopComponent Not Serializable

I am seeing the following error, as you can see there is no mention of any of my classes. I have a subclass of MultiViewEditorElement. I am assuming the exception springs from here. Is there anything ...
0
votes
0answers
23 views

How do I make NetBeans Module reference an external jar in place without copying it to the project folder?

I'm building a NetBeans Platform Application (RCP) and reference a number of external jars including JFreeChart. NetBeans copies the jars from my library folder (where I store jars for use in all my ...
-1
votes
1answer
25 views

Netbeans Platform completion in a custom editor

I'm very new to Netbeans platform and I'm trying to assess whether it is possible to utilize the completion functionality outside of the source editors? I followed the completion tutorial but that ...
1
vote
1answer
53 views

How to get notified about file content changes in NetBeans with DataObject API

I'm trying to implement a NavigatorPanel for my NetBeans module. Now I would like to always get notified whenever the associated DataObject was modified so that I can invoke the parser and update the ...
2
votes
1answer
134 views

Netbeans save hangs

I have a Editor TopComponent implemented. For some reason when I save a document, it throws an error. Listed below is the error. I am not sure where to start with this exception. Would you be able to ...
0
votes
1answer
27 views

NetBeans: “Package as” uses IDE default platform instead of custom platform

So I've been messing around with the packaging feature that NetBeans offers, following this tutorial: http://platform.netbeans.org/tutorials/nbm-nbi.html. I didn't like how I had to modify the ...
1
vote
1answer
33 views

Netbeans platform command line parsing. Want to lock command prompt until task completed

I hope this makes sense: I have a netbeans platform application that can also be ran from command line using the OptionProcessor class. Currently I execute the application and it instantly seems to ...
0
votes
1answer
16 views

Registering a netbeans platform with ant

We're developing a netbeans platform that we're using as a basis for other netbeans platforms. It would be very nice to have a Ant target that could install it in the current netbeans environment as a ...
0
votes
0answers
40 views

How can I create an HTTP Endpoint in a Maven NetBeans Platform Application?

I have a NetBeans Platform (V7.3) application that is built using Maven (V3.0.4), and I need to create an HTTP endpoint so that I can receive and process HTTP Post requests. I’ve used the Jetty ...
0
votes
0answers
32 views

Netbeans Platform - Where to store custom data of AbstractNodes

I have a design question concerning the Netbeans Platform. I am currently implementing nodes for some data I collect from different points of my DataObject. I aggregate this data in a bean. Using ...
0
votes
1answer
140 views

Java - Netbeans application - How to use Lookup to transfer data?

After discovering the Lookup library in the Netbeans Platform (7.3), I wondered : (how) are objects removed from lookup ? Is there any garbage-collecting or something ? I noticed that each time ...
0
votes
1answer
103 views

Using Netbeans Platform with JavaFX 2?

I am building a desktop application on JavaFX 2, and want to speed up my development -- Is RCP the way to go? How steep is the learning curve?
0
votes
0answers
4 views

ClassCastException on filesystem types during webstart initialisation

The NetBeans platform is given me a ClassCastException when I try to start a webstart delivered version of the application. We used to perform this work all the time on XP with Java 6. A servlet ...
0
votes
1answer
22 views

Turning wsdl result into a multiple line list

In my programming class we have been assigned a task to get results from a wsdl and seperate the results into a list. For example, children & family;children;family;friends The task is to ...
0
votes
3answers
308 views

Netbeans Maven project: JAVA_HOME is not defined correctly

I have a NetBeans Platform project build with Maven2. When I try to create a new platform module I get this strange error: cd ~/src; JAVA_HOME=/usr/lib/jvm/jdk1.7.0/bin/java ...
0
votes
2answers
71 views

netbeans Topcomponent opened twice

I have a TopComponent that shows in properties mode. There are two ways to open this. via Window/ Top component open action open a file and the top component is opened automatically. I am ...
0
votes
1answer
23 views

componentOpened not fired on a subclass of MultiViewEditorElement

I have a subclass of MultiViewEditorElement. I know the class is being instantiated, but for some reason the componentOpened and componentActivated are not being fired when I open a file. Am I doing ...
0
votes
0answers
37 views

No Installer Category in Project Properties??? NetBeans 6.9.1

After I re-installed my NetBeans 6.9.1, I don't see Installer tab in the Application's project properties. How do I bring it back? Also I don't see build installer menu item in the project right ...
0
votes
2answers
49 views

What is the color code of the border [closed]

I am trying to modify this netbeans border color as it is bright on a dark background. Does anybody know the color key or the actual RGB values for this ?
0
votes
1answer
75 views

Netbeans does not update my Netbeans-Platform application when I modify modules files

I'm currently having troube developing a Netbeans Application on a 7.3RC2 base : I have a few modules of my own, and when I run the application (from the module in netbeans), nothing appears to change ...
0
votes
0answers
116 views

ERD in Netbeans 7.3

How can I create ERD (entity relationship diagram) in Netbeans ? I installed ERD plugin, but dont know how to use in, where to find this function. I need to create ERD and then generate SQL script. ...
0
votes
1answer
130 views

Netbeans API: How to save a file, or all files in the current project?

I'm developing a plugin module for Netbeans using the provided API in order to provide support for a new programming language. I've created an Action in the Context Menu, using the MIME-type defined ...
0
votes
0answers
87 views

How to set TopComponent size

I have a TopComponent with some JScrollPanels inside it. This is the only TopComponent on my app. But when I open this TopComponent it opens in a default size, which is to small to show all the panels ...
2
votes
2answers
224 views

Difference between Java Swing application & Netbeans platform Swing

I want to develop a simple desktop application that connects to the Java DB , using Java Swing for the interface design. I am new to Swing so I tried some tutorials on the net and came across the ...
0
votes
1answer
74 views

How to create a static BeanTreeView in Netbeans Platform

I want to create a static BeanTreeView in Netbeans platform, that is create a tree which nodes are already defined and they are not instances of any class but properties of a single class. For example ...
0
votes
0answers
54 views

JVM Creation Failed Message when openning netbeans

My Netbeans works perfectly until today. But today morning when try to open net beans it gives the JVM creation failed message. Please help me .
2
votes
1answer
46 views

Adding option “Drupal Project” under “New Project” in Netbeans

Is it possible to add new option under "New Project" in Netbeans so that I can select New Project >> PHP >> Drupal Project. This will create new project having Drupal files already in it. Is this ...
0
votes
1answer
48 views

Netbeans Platform Application Custormize Installer “NBI_Engine” was not found

Iam customizing the NPA installer to copy some external files. I am following this tutorial ( http://netbeans.dzone.com/nb-customize-installer-to-copy-files ) and i got some reference problem when ...
0
votes
0answers
44 views

Netbeans searches imageio jar in JDK path

I am developing a Netbeans RCP Application that utilizes Image IO for reading images. Netbeans searches ImageIO jars in "JDK Installation Path"/jre/lib/ext folder. This creates some bottlenecks for ...
0
votes
1answer
85 views

Editing netbeans.config to set jdk path results in an error

Hi I recently upgraded to windows 8. For some reason after I installed netbeans it did not point to my instalation of jdk. I had this problem before under windows 7 and I modified the path by ...
1
vote
0answers
56 views

Disable main window but show module

My goal is to launch a NetBeans platform application without showing the main window. I know its possible and have done so succeessfully by following this tutorial: ...
0
votes
0answers
58 views

NetBeans Platform Application Branding Name Limitations

I really like the NetBeans Platform framework, but it has some "weird/hidden" features and finding the documentation for most things is almost impossible. I hope that this will change in the future as ...
0
votes
0answers
44 views

netbeans platform application - change application language

I have a Nestbeans Platform Application in 5 different languages, and I need to be able to change between them within the application. I'm using Netbeans 7.1.2 Is this possible? If not, the option ...
1
vote
1answer
61 views

Enabling/Disabling actions from another action

I have a callback action called AddAction. When AddAction is pressed I want it to enable all the components on the TopComponent as well as disable several of the other actions on the toolbar. Then ...
0
votes
1answer
62 views

Server is only reading the first object that is sent from the client

I'm having issues sending objects to a server. Right now, I have a server setup and listening for clients. The client connects, sends a test object (just a String) and outputs it to the command line. ...
0
votes
0answers
123 views

How to package dependencies with maven nbm plugin

I have modified netbeans module jar that I want to package with my module. How do I do this ? Dependency in context <dependency> ...
0
votes
0answers
21 views

How To Make A Swing Control Public In NetBeans

How To Make A Swing Control Public In NetBeans i am working out on a log in and Second frame and trying to retrieve the data entered in the logIN frame by using WindowOpened Event On Second Frame It ...
1
vote
1answer
80 views

Netbeans platform installer runnable without admin rights?

I have bundled a netbeans platform based application (including a jre, thanks geertjan !) with the fabulous netbeans installer. When I run the installer on windows (tested it on 7), the system asks ...
0
votes
0answers
79 views

Performance issue with OutlineView in Netbeans RCP

I have a an OutlineView that show about 100 nodes (for now but in future they should be thousands). I'm having trouble with the performance of the outline: scrolling, reordering and dragging columns ...
0
votes
1answer
69 views

layout setting in form designing using netbeans

I want to design a JFrame form using NetBeans . Is there any layout so that the controls should arrange according to the screen pixels according to the screen size. I am using absolute layout. But ...
0
votes
0answers
87 views

Getting Netbeans Platform Annotations working in Eclipse

The Netbeans Platform recently introduced annotations-based generation of resource files such as bundles and the layer.xml file. Having a Maven-based Netbeans Platform project in Netbeans (where ...
0
votes
1answer
100 views

How do I make a NetBeans 7.1 tutorial work with NetBeans 7.2 with the new wizard for New File Type

The title is a bit long, but the description of the problem is quite easy to understand. I have NetBeans 7.2 and I am following a tutorial that is intended for NetBeans 7.1 . The tutorial shows how ...
1
vote
3answers
106 views

NetBeans RCP lookup analogy with Eclipse RCP X?

I have experience some year with NetBeans RCP. The most amazing thing is Lookup (org.netbeans.lookup) it is Alpha and Omega of whole NetBeans inter-module communication system. Now I am searching ...

1 2 3 4 5