Tagged Questions

4
votes
6answers
265 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 MyE …
3
votes
3answers
370 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 refac …
3
votes
4answers
2k 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 I …
2
votes
6answers
262 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 …
1
vote
1answer
35 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
1answer
25 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(); …
1
vote
2answers
348 views

How to delete buttonGroup in netbeans 6.5

Hi, 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 …
1
vote
1answer
1k 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 sou …
1
vote
2answers
342 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 compl …
0
votes
3answers
37 views

Netbeans: Is it possible to convert a hand-coded GUI into one understood by Matisse?

Hi: 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 …
0
votes
0answers
19 views

How do I add a horizontal strut to a BoxLayout using the Netbeans GUI builder?

When I create a JPanel in Netbeans, it allows me to specify which LayoutManager to use for it from a fixed set of LayoutManagers, including BoxLayout. After adding a couple of comp …
0
votes
1answer
108 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 …
0
votes
3answers
458 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 matiss …