Matisse refers to the GUI-Builder module of the Netbeans IDE application. It allows for the creation/modification of Java Swing components in a WYSIWYG, "drag, drop & resize" fashion.
Questions tagged [matisse]
61 questions
1
vote
0 answers
Matisse GUI Builder's Built in Property Editors and java.awt.Image
I made a custom Swing component according to the JavaBean structure, and created a BeanInfo for it. When importing it to Matisse GUI Builder (NetBeans' built in GUI builder) my two custom properties (a float and a java.awt.Image) try to default edit…

Tim Oltjenbruns
- 36
- 4
1
vote
1 answer
how can install swing/matisse on eclipse?
i tried this link: http://downloads.myeclipseide.com/downloads/products/eworkbench/discovery-6.0/
but i'm fail how is this?

Emrah
- 279
- 7
- 14
1
vote
1 answer
Is it possible to build a Netbeans Matisse based project without Netbeans?
Part of a project I'm on has a GUI app that is built with Netbeans using the GUI design tools that come in that IDE.
But this is only part of a bigger project, and needs to be built in an environment that does not have Netbeans installed (it happens…

npskirk
- 1,188
- 1
- 8
- 21
0
votes
1 answer
Matisses Linq IConvertible Exception Matisse C#
Hey Guys having a problem retrieiving a record from a matisse object database, and its getting to me now... basically tried everything and even using a count message box shows that the linq query is retrieving 1 object however im getting a…

Halfie44
- 33
- 1
- 6
0
votes
1 answer
WPF DataGrid Unable To Close DB (Matisse) Connection
I am using the Matisse DB with .NET bindings to fetch objects from the database and populate a WPF datagrid. The database has generated me a LINQ context which I can use to retrieve objects from the database. I am trying to simply bind the contents…

Mike Scott
- 153
- 1
- 3
- 12
0
votes
1 answer
Netbeans subversion form error
Well i'm having a problem which appeared i think when i rollbacked a .form file from subversion.
The NB 6.1 can open the .form but when i try to save the file the IDE throws an out of memory exception.
In NB 6.5 i can open and save the file but the…

Argiropoulos Stavros
- 9,436
- 11
- 61
- 79
0
votes
3 answers
onActivityResult from Activity to Fragment
I have a problem regarding onActivityResult. First, I opened the Add New Message Fragment to select the image. When I select the image, it doesn't return the result to my current fragment. I put onActivityResult in both my MainActivity and…

Haziq Abdullah
- 83
- 1
- 10
0
votes
3 answers
java.lang.NoSuchMethodError: No static method with(Landroid/content/Context;)
Hi I am trying to use the https://github.com/Swati4star/Images-to-PDF ImagesToPDF function from this library. I have added all the classes required in my application.
Now I have used picasso in my application before adding the ImagesToPDF…

Sid
- 2,792
- 9
- 55
- 111
0
votes
1 answer
I am having trouble getting a ChartPanel to appear in an existing jPanel. Does this have to do with Matisse?
this being my first question on Stack Overflow, I apologize for any mistakes in describing the problem, so feel free to ask for more or a different description.
I am making a program with the jFreeChart API where I'm trying to allow for live editing…
0
votes
1 answer
Netbeans 8.2 Designer fails to load class
I'm using the Netbeans 8.2 UI Builder/Designer (Matisse) and have some custom widgets. A custom widget named ChoiceTab displays a non-UI object called Choice. When I click on a class, named HL7RuleAdd, that uses ChoiceTab and click on "Design", I…

Stephen M -on strike-
- 1,037
- 8
- 28
0
votes
0 answers
Why it's showing error while building app
My codes were building and running fine.But after adding the image chooser library Matisse I'm having following error . I've tried to find a lot of similar solutions both on SO and github but none of them could help me . Even I've made…

Srinivas Nahak
- 1,846
- 4
- 20
- 45
0
votes
1 answer
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 there another way to make internal frames using the builder or is it necessary to make the panels…

davidahines
- 3,976
- 16
- 53
- 87
0
votes
1 answer
Not executing certain code when loading form in mattise
I have a JPanel that I designed in NetBeans' Mattise form editor. I now want to include this form in a JFrame. However, this is failing because in the contructor of the JPanel, it refers to a static variable from elsewhere in the program, which in…

clum
- 479
- 4
- 21
0
votes
3 answers
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:
Error
Error in loading component property:…

Dupdroid
- 125
- 2
- 14
0
votes
0 answers
Netbeans GUI builder - custom class properties category
I want to know how to categorize the properties of my custom JComponent in the netbeans GUI properties editor.
so anyways. There is a property "key" in there and it is under the category "other properties". How would I make a new property category…

Limnic
- 1,826
- 1
- 20
- 45