netbeans-platform
How to make a dynamic image at run time?
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.[详细]
2023-04-12 02:26 分类:问答Best way to handle and display files without file extensions within the Netbeans platform?
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[详细]
2023-04-10 14:40 分类:问答How to obtain opened editor window count in netbeans platform application?
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:[详细]
2023-03-30 00:59 分类:问答integrating reports in a netbeans platform application
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.[详细]
2023-03-22 16:11 分类:问答Netbeans Platform Project using Mediator Pattern - Is it possible?
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[详细]
2023-03-20 13:14 分类:问答ejb client in netbeans platform application module
Im trying to create a ejb Client in Netbean platform appliactaions module, to call ejb deployed in glassfish.[详细]
2023-03-17 12:36 分类:问答Netbeans platform action difficulties
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[详细]
2023-03-16 10:34 分类:问答How to create a custom button in Netbeans toolbar?
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[详细]
2023-03-12 06:57 分类:问答NetBeans declarative Action registration vs. Node popup menu
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[详细]
2023-03-12 04:55 分类:问答Netbeans platform simple window communication
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[详细]
2023-03-11 16:16 分类:问答