Questions tagged [gui-designer]
96 questions
3
votes
2 answers
No preview of custom views on UI designer in Eclipse
Background
I've been creating many types of custom views, and normally i get their previews shown just fine on the UI designer of ADT.
lately, after updating to the newest version of the ADT ( 22.0.5.v201307292155--757759 ), i can't see any type of…

android developer
- 114,585
- 152
- 739
- 1,270
2
votes
2 answers
Implementing MS Access style 'relationships' GUI
I have no idea what the correct name for this UI style is. In MS Access the 'relationships' tool shows the db tables as little movable boxes that can be linked with lines. It's the same with Visio and a few audio apps - boxes that are movable,…

Piku
- 3,526
- 6
- 35
- 38
2
votes
1 answer
design time anomaly in window builder and swing
Im experimenting with window builder for eclipse and Swing.
I created a demo calculator project with a custom JPanel
DigitBoardView extends JPanel
and assigned the keys using a for loop
String[] digits = {"1", ...}
for(String digit :…

Paul
- 1,757
- 2
- 11
- 21
2
votes
2 answers
Do you know a GUI designer for YUI or for any other rich javascript library?
The question says it all... We are shopping for a a rich javascript library and are about to choose YUI.
The issue of (non)existence of a GUI designer will strongly influence our choice.

flybywire
- 261,858
- 191
- 397
- 503
2
votes
2 answers
Qt - How to rotate a QLabel inside Qt Creator UI Designer
The problem is pretty simple. I have a QLabel object which gets a picture via setting a resource to the pixmap attribute. Because the Qt Designer is the best GUI Designer of the world (ever) it shows the picture rotated 90° left:
How can I rotate…

goulashsoup
- 2,639
- 2
- 34
- 60
2
votes
1 answer
Getting nice-looking widget sizing in MonoDevelop (Gtk#)
EDIT: Click here for the code.
So I'm experimenting with interface building with MonoDevelop (version 2.4). I'm trying to get used to the Gtk concept of "containers within containers". I created a vbox with two... er... boxes, put a menu on the top…

JCCyC
- 16,140
- 11
- 48
- 75
2
votes
1 answer
Is there a good standalone GTK# GUI Designer?
I'm looking for a good GUI Designer for GTK#. I know there's Stetic, but it seems to be an inseparable part of MonoDevelop. I don't want to use MonoDevelop, I want to use my editor of choice. Is there any decent standalone GTK# GUI Designer?

theone
- 101
- 2
2
votes
1 answer
Auto Generate Code For Form Components In Form Building In IntelliJ
Hello guys I am new to programming.
I used NetBeans first but didn't like the UI.
I switched to IntelliJ.... but while creating forms in Netbeans some code was auto generated like the button info etc etc.
I would like to have the same in IntelliJ…
user4712420
2
votes
2 answers
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 create and edit .form XML files.

Ross
- 9,652
- 8
- 35
- 35
2
votes
8 answers
Docking and Anchoring on a Windows Form application
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…

VansFannel
- 45,055
- 107
- 359
- 626
2
votes
2 answers
Building a GWT UI in Eclipse
I want to try and build a UI using this GWT designer tool I read about. I have GWT tools installed, created a "Google -> Web Application Project" but I don't see any means to build a UI except via code.
I tried installing the plugin…

MayoMan
- 4,757
- 10
- 53
- 85
2
votes
2 answers
How to design GUI sequence in Tkinter with Python 2.7
I want to write a program that asks the user a series of questions in different dialog boxes. Each box shows up one at a time, and goes to the next box if the button next is clicked. My question is do I create a class for each Dialog and just call…

user1876508
- 12,864
- 21
- 68
- 105
2
votes
1 answer
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…

Marc C
- 8,664
- 1
- 24
- 29
2
votes
4 answers
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…

em70
- 6,088
- 6
- 48
- 80
2
votes
1 answer
Developing a GUI Builder Application
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…
user126304