Questions tagged as 'gui'

1
answer

What is Ergonomics?

1) What does the concept or meaning of Ergonomics? 2) What characteristics should software have to be considered ergonomic?     
asked by 27.10.2014 / 14:15
2
answers

Is it correct to adopt a design specification for an entire project?

I see many frameworks, moving to a material design visual. and using flexbox to hold the elements, among them. Bootstrap Materialize Quasar Foundation UI Material Considering that they are UI components, they should...
asked by 05.10.2017 / 14:44
6
answers

How to visually indicate which fields are fillable?

I'm developing an application, in which there is the following form to fill out: Thegoalistoobtainthedataneededtoformthe"Code of Action" that must be created. This code is formed by concatenating the first five fields, of which only three rea...
asked by 20.02.2014 / 14:43
2
answers

How to create a C program and use graphical Java / C # interface?

I'm studying graphical interface in C, and I realized it's very complex and tiring. So I wanted to know if there is a way to create a C program and use a graphical interface in Java or C #. With frameworks or not ...     
asked by 07.09.2015 / 20:26
1
answer

What is Event-Dispatching Thread (EDT) in GUIs?

When you are learning how to construct graphical interfaces with swing / AWT , you hear a lot about the Event-Dispatching Thread (or EDT ). Although I already have a certain coexistence with
asked by 25.02.2016 / 14:15
1
answer

What is the difference between the Height and ClientHeight properties of a TForm?

In Delphi a Form has 2 properties to set its height: Height and ClientHeight . But what is the difference between the Height and ClientHeight properties of a TForm?     
asked by 30.10.2014 / 19:45
1
answer

What do the terms MDI and SDI mean in relation to the software interface?

What do the terms MDI (Multiple Document Interface) and SDI (Single Document Interfaces) mean in relation to the software interface? I read about it, but I am still confused about the terms, perhaps for lack of examples. What are these patte...
asked by 11.04.2016 / 19:56
1
answer

JFreeChart - Problems customizing chart

I'm developing an application that has a PivotChart. I need to change the style of the chart, but I can not. I need it to have white background, blue line with square markers and have the values on each marker. I have already searched for...
asked by 30.04.2015 / 21:59
1
answer

Is it possible to create graphical interfaces for Python applications?

And besides, do you use them on a computer that does not have a Python interpreter? If the answer is yes, what software are able to do this?     
asked by 15.07.2015 / 00:30
1
answer

Build GUI for Windows without using Windows API

I have searched the internet for a way to build graphical interfaces for windows without necessarily using the Windows API. I program in C # and for that, I have the WPF solution. However, I could not find any solution in C ++. My goal is...
asked by 24.03.2015 / 04:02