gui-builder

the distance tends to be one, but I want the distance to tend to be another

When I'm positioning textareas on the screen (with the gui-builder of netbeans), the distance between the first and the second tends to be one (18 pixels), the distance between the second and the third tends to be one too (18 pixels too), but I want both distances to tend to be another (25 pixels). How to do that? ...

Netbeans: using GUI Builder on regular Java class file

I'm using Netbeans. When I create a Java class, I sometimes want to change it to be a GUI component so that I can visually edit it using the GUI Builder. What is the necessary step to transform a regular Java class to a GUI component so that Netbeans would recognize it and allow me to use GUI Builder ? (i.e. switch between Source and De...

Swing Generator

Hi, I need to develop some java gui using swing. A few years ago I did develop a bit with swing. But it was pretty exhausting, you see, back than there weren't much tools to help you. But I do believe today it should be easier, there must be tools. I would like to use some kind of a generator or maybe a utility or even a framework. I kn...

Java GUI Builder.... do you know any?

Possible Duplicate: IDE for Swing Hi I'm looking for some java gui builder. I used Swing Designer from instantiations and it was pretty good, but I can't use it anymore since I don't want to pay for it and it's a pain to install on linux. Eclipse just won't access the site. I love netbeans, but I'm looking for something that wi...

Resources for creating a Interface Builder

I want to create a web based interface/GUI builder that used a specific set of components to design the layout and workflow across screens. In addition to the layout, I want to do some data bindings with XML data sources. A lot of the IDE's already do that so all I am looking for is resources, articles, or books that could guide me forwa...

The best tool for build swing UI visually

What is the best and powerful tool for building swing interface? What tool do you use for swing? Why? ...

Proguard obfuscation when using Netbeans GUI Builder

Hi, I am having problems obfuscating a desktop application with Progaurd. I think it is something to do with the fact I have used Matisse for some of my GUI's... The problems are things like menu strings not appearing (*.properties file issues?) or windows not loading. I have tried keeping the classes I built with Matisse without any l...

Netbeans GUI builder and jtable stateChanged fired when add custom java bean to gui

Hi all, i make some custom java beans components to add at my GUI. This componenent contains a jtable with a stateChangeListener, the problem is when i add this component to my GUI stateChaged is fired (and fire an exception). How can i resolve this? ...