Questions tagged [gui-designer]
96 questions
8
votes
1 answer
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?

Geo
- 93,257
- 117
- 344
- 520
8
votes
8 answers
Is there a FREE Java GUI designer?
Is there a FREE (or relatively cheaper) Java GUI designer/builder?

derrdji
- 12,661
- 21
- 68
- 78
6
votes
8 answers
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…

Duncan Edwards
- 1,528
- 2
- 19
- 32
6
votes
2 answers
Sitecore environments
Our organization's website is moving to Sitecore CMS but we are struggling with setting up the environments for Developers (4), Designers (4), QA persons (3), Authors (10-15) and Approvers (4-10) in a way where they can work independently, I know…

Azeem Siddiqui
- 61
- 2
6
votes
19 answers
What languages have a good GUI API/Designer?
I've been wanting to become proficient in a new language for a while. There are a few languages I want to learn but it's pretty important for me to be able to create a (Application) GUI. I work in C# so I have become very accustom to the GUI…

BFreeman
- 750
- 2
- 7
- 18
5
votes
6 answers
Does anyone use Iron speed designer for rapid asp.net development?
Visual studio is pretty good but doesn't create stored procedures automatically. Iron Speed designer does supposedly. But is it any good?
Clint
5
votes
1 answer
Gtk conversion to html
In order to have a OS with a uniform interface, allowing better mutual interoperabilities, I'm looking for a way to build a system in which all interface would be in html5.
For example, starting from the gtk library (in order to use the existing),…

Gaël Barbin
- 3,769
- 3
- 25
- 52
5
votes
1 answer
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…

em70
- 6,088
- 6
- 48
- 80
5
votes
1 answer
Visual GUI Designer for Apache Pivot
I learned about Apache Pivot's existence from the question Java GUI frameworks. What to choose? Swing, SWT, AWT, SwingX, JGoodies, JavaFX, Apache Pivot? It seems like a good fit for my current project, as it involves letting users create their own…

Alexey Romanov
- 167,066
- 35
- 309
- 487
4
votes
1 answer
Using C# WinForms Designer on Panel instead of Form?
Warning: I'm new to GUI building in C# (come from a long history in Java with Swing and SWT.)
Using VS2008, When I create a new class, and extend System.Windows.Forms.Form, the WinForms Designer works really nicely. However; when I create a new…

Jared
- 25,520
- 24
- 79
- 114
4
votes
1 answer
How to build/extend a designer for Visual Studio
I just finished a quick intro in Linq2Sql and I decided to try my hands at it.
To my dismay, it appears the dbml designer supports SqlServer and SqlClient providers only.
After reading around, I found that I had to hand-code my classes in order to…

Alex Essilfie
- 12,339
- 9
- 70
- 108
4
votes
1 answer
Why "Designtime Attributes" doesn't work?
Background
Google added nice "Designtime Attributes" (found about it from here) to be used only for UI-designer mode, so, for example, if you wish to show text on a textView (or EditText) just there (to help you understand how it looks like), you…

android developer
- 114,585
- 152
- 739
- 1,270
3
votes
6 answers
GUI Builder for Titanium Developer
Is there any gui builder available for titanium desktop/mobile applications?
I have been using javascript to write that buttons/labels code.
Is there any drag and drop facility available in titanium?

user869123
- 257
- 4
- 15
3
votes
2 answers
EDMX Designer like in c# at runtime
I need a designer tool to use in my application to allow the user to design a database model.
Are there any designer tools that can be integrated and utilized using C# code at runtime?
I guess WF designer may be useful, but I couldn't find any…

Saw
- 6,199
- 11
- 53
- 104
3
votes
2 answers
Visual C# GUI Designer - Recommended way of removing generated event handler-code
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…

user282727
- 674
- 1
- 8
- 21