I\'m working on a card game based on the NetBeans platform and I\'m struggling to get my head around dynamic images. Why dynamic? Well I want the cards to adjust at run time to changes to the page (i.
I have a project that i have to tackle for the company I\'m working for and it basically means I have to handle and display files without any file extension. I\'m not able to change the way they produ
In a simple netbeans platform application i want to obtain opened editor window count. How can I obtain开发者_如何学Python that?This is answered in the NetBeans Platform developer FAQ:
I am looking for a way to integrate jasper reports in a netbeans platform application. I have googled this and there seem to be no direct answer, so am asking to be helped 开发者_运维技巧in this.
I want to use the mediator design pattern (http://en.wikipedia.org/wiki/Mediator_pattern) in my netbeans platform modular app. However, I am not sure 开发者_JAVA百科how to do this on startup, since th
Im trying to create a ejb Client in Netbean platform appliactaions module, to call ejb deployed in glassfish.
I used a tutorial on the netbeans website (which is offline because of server issues) to create an action that reads through XML and outputs some information on it.All well and good, but the action is
I 开发者_如何学Gohave a command line script I saved in a file on my PC. How can I create a toolbar button in NB 7.0 so that clicking on this button will run my saved script? Also, what file extension
The \"New Action\" Wizard in NetBeans 7.0 generates a class which implements the ActionListener interface and has several annotations. These annotations place references to this action in the Toolbars
I\'m currently using the Netbeans platform and can\'t seem to get one TopComponent to communicate with another. My research has pointed me in the direction of using Lookups however I can\'t seem to ac