Tagged Questions

1
vote
2answers
61 views

MVC Gui Design Plugin for Eclipse

I am searching for an Eclipse plugin which supports drag and drop functionality to build a GUI and supports immediate and automatic embedding within a MVC (model view controller) structure. Any ideas? ...
1
vote
1answer
153 views

Compiling and Running a netbeans GUI Application in Unix commandline

I need to make a GUI Application for my class , so I want to make sure I can transfer a netbeans project using the GUI Builder (I know how to make it without it, but that's more time consuming and I ...
1
vote
1answer
42 views

Enabling users to create custom forms in RCP

I have an Eclipse RCP project, and I need to enable users to create custom views for our information. I see basically two options. Embed VEP or some other visual GUI builder. It would need to be: ...
1
vote
1answer
261 views

Java & GUI: Builder, Frameworks, Technologies - State of the art?

i'm looking for state of the art gui builder, frameworks and technologies about java gui developing. I'm very interested in white papers, workshops and similar stuff. Im not really familiar with the ...
1
vote
2answers
179 views

Java GUI Builder… do you know any? [closed]

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 ...
1
vote
8answers
832 views

Swing Generator

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 ...
0
votes
1answer
61 views

OO Pattern for GUI Builder

Is there an accepted OO pattern or methodology for how a GUI Builder should interact with GUI components? Supposing you have a GUI (at its most basic, consisting of containers and components) and a ...
0
votes
0answers
58 views

Set frame background as an image

How would I set an image to be the background of a frame in WxRuby? I used Dialog Blocks to create my gui, so if there is a way to do it there, that works, or I could just hand code it. Any Help would ...