matisse
Change type of a component in Matisse
Is there a way to change the type of a component when using Matisse in NetBeans? I would like to switch a standard JDes开发者_开发技巧ktopPane to my own extended version. Thanks!all visual Components[详细]
2023-03-25 07:17 分类:问答How do I recreate the NetBeans Matisse form file?
I have swing code that was generated using NetBeans Matisse. Over time, t开发者_开发百科he form file got lost. How do I recreate the Matisse form file?I don\'t think you can reverse engineer/recreate[详细]
2023-02-27 11:32 分类:问答MVC vs Netbeans Form Builder
I develop a lot of small apps where I work. As a result, I\'ve switched from using gridbag in most p开发者_运维知识库laces to using the netbeans form builder. I sometimes use grid layout, box layout a[详细]
2023-02-22 00:07 分类:问答Java with matisse in netbeans - can't implement WindowListener
UPD: Solved! Good day! I started develop JAVA GUI apps in netbeans 6.9.1 (I use matisse). So I decided to implement windowListener in my program but I have met the problem. I can’t access to the ma[详细]
2023-02-11 10:52 分类:问答Is it still possible to create mdi applications using the netbeans gui builder?
I found an example @ http://matthewryan.info/netbeans/5.0/netbeans_mdi.html But those options aren\'t present in the most recent version of netbeans. Is 开发者_如何学Cthere another way to make interna[详细]
2023-01-30 23:59 分类:问答Netbeans and refactoring code inside edited-protected block written by Matisse gui
I wrote a swing lib and i used it into my project with matisse. Now i want do some name-packaging-change, a very simple operation but the problem is refactoring can\'t touch the code written by matis[详细]
2023-01-24 00:54 分类:问答Error in loading component property (Swing GUI Forms)
For no apparent reason all my Swing GUI forms using components linked to org.jdesktop.beansbinding.Converter started generating errors when trying to open the Design View:[详细]
2022-12-25 14:57 分类:问答How to modify/add code to the initComponents() method in Java using NetBeans?
How to modify/add code to the initComponents() method in Java on NetBeans? When I try to add any line of code this area seems to be like readonly and it\'s highlighted in gr开发者_开发技巧ay! It\'s fo[详细]
2022-12-22 16:26 分类:问答Detect design time in NetBeans
When using the Swing graphical editor in NetBeans is it possible for a custom component to detect that it\'s design time? E.g.[详细]
2022-12-11 12:55 分类:问答Netbeans: Is it possible to convert a hand-coded GUI into one understood by Matisse?
I\'m starting development on an existing open source project that used a hand-coded GUI.Is it possible to somehow import this into Matisse, so that I can edit this project\'s GUI in Matisse?Or do I ba[详细]
2022-12-11 06:13 分类:问答