gui-designer

Which is the best GUI designer for GTK apps?

I want a visual GUI designer that will produce XML output in the format used by GtkBuilder. Glade seems to be the most powerful, although Gazpacho is more lightweight. Stetic (included with MonoDevelop) seems to be good but I don't believe it supports GtkBuilder yet. ...

Double Click vs Single Click - are these mutually exclusive

Can anyone name an instance of an application where clicking an entity (say image) does one thing, but if you double-click it it does something different? The only example I've been able to find is in double-clicking a track in iTunes but then that selects it (single click function) and then plays it (double-click function) which implie...

What tools are available for designing Web UI?

Sometimes we use Photoshop, other times MS Visio. Is there any tool to design the User Inteface that is intuitive and easy to use? Also, is there any best practices. What we want to accomplish is a simple and easy to see image of how the actual UI should look. We don't want to deal with any programming at this point, since this is do...

How can I add JMenuBars,JMenus and JMenuItems using IntelliJ's Swing GUI Designer?

I can't find the components specified in the title anywhere in IntelliJ's Palette. I notice that the form has a JMenuBar, but I don't see it, and I don't know how to access it. Is there any way of using these components visually? ...

How do GUI builders work?

I'm curious, how does a GUI builder/designer work? My guess ( for Java ), is that it actually creates a JFrame and overrides the events in some way. However, this is only a guess. Can you offer some insight? ...

Image not displaying in JTable (Java Swing)

Hi I have created the following code. The problem is the image is not displaying in the JTable column. I extend the DefaultTableModel and override the method getColumnClass. It was suggested this was one way to do it. Any clues? the code is below. //package javaapplication12; import javax.swing.*; public class NewJFrame2 extends...

Developing a GUI Builder Application

Dear All, I am looking for a nice framework for developing a GUI builder Application. We have an application where 100Os of custom data entry forms and their print formats are required and each client will need some modifications on these. We have a developed a product using java based open source templatnig frameworks so that the layou...

Java UI designer + framework similar to visual studio (drag and drop, floating controls)

I'm looking for a Java UI designer allowing me to drag and drop controls directly to the design surface in a floating mode (without the hassle of north, south etc that comes with SWT). Is there any such tool? Also, I'm only interested in tools offering a trial version. EDIT: I'm only interested in solutions allowing me to drag/drop item...

Preferred way to build gui components tree

What is the preferred way to build application gui components tree? Instantiate all components and build an entire tree, controlling it with show/hide/disable/enable operations on user events. Dynamically creating gui with create/add/remove components based on user events. I'm especially interested with this design problem in JavaFX....

Looking for a customizable "flowchart builder " builder

I need to create a customized graphical flowchart builder. There are only three classes of connectable components, and two kinds of connectors from which the flowchart is constructed. Each component and connector class, though, needs to have a tailored set of properties associated with the instances of their class. So I'm looking for a ...

Is there a FREE Java GUI designer?

Is there a FREE (or relatively cheaper) Java GUI designer/builder? ...

RapidWeaver-like editor for windows

After seeing a friend using RapidWeaver and producing wonderful results in a few clicks, I was astonished and started searching if a tool like that exists for Windows. Unfortunately, so far my search yielded no result, so I'm writing here the criteria I'm using hoping that anybody will come up with a relevant suggestion: WYSIWYG HTML e...

Docking and Anchoring on a Windows Form application.

Hello! I'm developing an app for Windows Mobile 5.0 and above, with C# and .NET Compact Framework 2.0 SP2. I have a WinForm with two panels inside (upperPanel and bottomPanel). I want that upperPanel always fill 2/3 of form's height, and bottomPanel fills 1/3 of form's height. Both panels will fill completly form's width. I've used t...

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...

Do any Java GUI builders exist that do not require external JAR's?

I am looking for a Java GUI building tool that generates the Java Swing code for me. I'm planning on using it to get all of the Frame/Panel code created quickly and then customize everything by hand after that. It would be nice to be able to choose between different layout managers, but it's not necessarily required. The most importan...

GUI designer for managing Django models

Is there a GUI tool using which I can design new Django models graphically? For example, drawing lines between fields in different models to indicate a foreign key. Modifying existing models graphically would also be nice. ...

C++ bindings to jGoodies?

Thus far the best C++ UI libraries I've run into are Qt, GTK, and wxWidgets; Are there existing libraries similar to jGoodies or 'better'. I am interested in mature (yet simple) technologies. ...

Go IDE With GUI Design Support

I was taking a look on Go language, but I want to know if there is any IDE developed only for it, but that have a GUI design feature, as Visual Studio and Netbeans. ...

Visual C# GUI Designer - Recommended way of removing generated event handler-code

Hi, I'm new to the Visual C# designer so these are general and pretty basic question on how to work with the designer. When we for instance add a label to a form and then double-click on it in the Visual C# designer (I'm using Microsoft Visual C# 2008 Express Edition), the following things happen: The designer generates code within Fo...

Java swing doesn't show changes to source

I'm using Java Swing graphical editor with netbeans to make my project...but using it brings some limitations like I can't add to a jpanel an image,using java swing options. So i'll need to code it, implementing a new jPanel. My problem is that the code generated by the java swing graphical editor can't be edited so instead of adding t...