Tagged Questions
The matisse tag has no wiki summary.
7
votes
7answers
2k views
Matisse or Jigloo?
We have a dilema; developing desktop application using matisse or jigloo..
Matisse has this XML form files which we are affraid of maintaining later, we don't even know should MyEclipse further ...
5
votes
3answers
1k views
Convert Java GUI Builder .form files to Source Code?
I have created a fairly substantial Java GUI application with many form windows where the settings are locked up in .form files. I am wondering is there any way to convert or refactor these .form ...
5
votes
4answers
5k views
Matisse in Eclipse
I have just installed Eclipse 3.4 and found out that there is not a plugin to create Swing applications yet. I also have found that there is a Matisse implementation in MyEclipse IDE, but I'd like to ...
4
votes
6answers
708 views
Java GUI creation framework
Do you know any decent framework for creating Swing screens?
I need to extend my application for implementors that will have to add their own screens.
Possible options:
Netbeans platform with ...
3
votes
5answers
5k views
How to modify/add code to the initComponents() method in Java on Net Beans?
How to modify/add code to the initComponents() method in Java on Net Beans? When I try to add any line of code this area seems to be like read only and it's highlighted in gray! It's for security ...
2
votes
1answer
40 views
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 JDesktopPane to my own extended version. Thanks!
2
votes
1answer
242 views
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.
public CustomComponent() {
initComponents();
if ...
1
vote
1answer
332 views
How to design JTable within JScrollPane in NetBeans
I have created a JTable and enclosed it in a JScrollPane. Now when I try to select the table, the scrollpane is selected. I have no clue how to select the table which is inside this scrollpane. I am ...
1
vote
1answer
234 views
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 places to using the netbeans form builder. I sometimes use grid layout, box layout and flow layout.
...
1
vote
1answer
292 views
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 ...
1
vote
1answer
187 views
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 ...
1
vote
0answers
388 views
Setting maximum width using Matisse GUI builder
I'd like to create a GUI where some of the textfields are resizable horizontaly but maximum width is also specified. For instance the preferred width is 100 pixels, it can be bigger if the window is ...
1
vote
1answer
2k views
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?
1
vote
3answers
1k views
How to delete buttonGroup in netbeans 6.5
I'm new to netbeans I played around with matisse gui editor and would like to delete a buttonGroup with no reference. I tried the refactor/safe delete action but no way to do so!!
That so bad. Is ...
1
vote
1answer
3k views
How do I convert NetBeans .form files to .java?
What's the best way to convert NetBeans (Matisse) .form files into .java files, without using the NetBeans IDE itself? Ideally I'd like to package the .form files along with my source code, and ...
1
vote
2answers
773 views
Stand-alone NetBeans-compatible .form editor
Is there a stand-alone GUI designer that can read and write the .form files that NetBeans (Matisse) generates? I like the GUI designer, but I don't want all the overhead of a complete Java IDE just to ...
1
vote
3answers
975 views
Swing Matisse GUI - cannot add custom made bean to “Other components”
I made a custom ValueObject class with properties (getters/setters) and I need this class for data binding of elements on form. So I want to drag it to "other components" on matisse editor so I can ...
0
votes
0answers
24 views
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 ...
0
votes
1answer
21 views
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 ...
0
votes
0answers
19 views
NetBeans/Matisse glitch
I am using the NetBeans' GUI-builder ("Matisse") to do all the layout for a small Swing app I am writing. When I go to create a new container (JFrame, JDialog, etc.), and I put components on it, it ...
0
votes
0answers
38 views
Anchoring two components in opposite directions in NetBeans GUI builder
I am using the NetBeans GUI builder (Matisse) in NetBeans 7.0 to design a JPanel form, using the default layout manager (GroupLayout/Free Design).
I placed two components (JButtons, in this example) ...
0
votes
0answers
47 views
Anchoring two components in opposite directions in NetBeans GUI builder
I am using the NetBeans GUI builder (Matisse) in NetBeans 7.0 to design a JPanel form, using the default layout manager (GroupLayout/Free Design).
I placed two components (JButtons, in this example) ...
0
votes
0answers
115 views
How to use subclass of a Swing component in NetBeans
I have already created a JTabbedPane and have created controls and code. However, now I have to override the setActiveTab method of JTabbedPane, for which I think I will need to create a subclass of ...
0
votes
2answers
128 views
How do I recreate the NetBeans Matisse form file?
I have swing code that was generated using NetBeans Matisse. Over time, the form file got lost. How do I recreate the Matisse form file?
0
votes
1answer
227 views
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 ...
0
votes
3answers
1k views
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 ...
0
votes
3answers
350 views
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 ...
0
votes
1answer
257 views
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 ...