Questions tagged [ui-design]

ui-design means User interface design. It is the design of websites, computers, appliances, machines, mobile communication devices, and software applications with the focus on the user's experience and interaction.

224 questions
181
votes
25 answers

How to get users to read error messages?

If you program for a nontechnical audience, you find yourself at a high risk that users will not read your carefully worded and enlightening error messages, but just click on the first button available with a shrug of frustration. So, I'm wondering…
F'x
  • 12,105
  • 7
  • 71
  • 123
25
votes
5 answers

Java CLI UI-design: frameworks or libraries?

I'm currently working on a small utility program that only requires a command line interface, and I started wondering if Java provided any standard way of creating the CLI, in a similar way that Swing and the likes exist for GUIs. I'm not really…
Fuu
  • 3,424
  • 4
  • 33
  • 49
18
votes
3 answers

DockPanel Tab Order

I have a DockPanel set up in the DataTemplate of an ItemsControl as below:
NickAldwin
  • 11,584
  • 12
  • 52
  • 67
14
votes
2 answers

How do I center JavaFX controls

More specifically, why are my JavaFX controls not being centered? Here are two screenshots, the first just after starting (I moved the window into a more visible spot but have not yet resized it), and the second is just after resizing it to show off…
Ky -
  • 30,724
  • 51
  • 192
  • 308
14
votes
9 answers

"My account" or "Your account" labels

I have somewhat of a strange question that is not really technical, but I do hope to collect meaningful advice. I'm building a large web application, basically a photo sharing community site. As part of this site, logged-in users can go to their…
Fer
  • 4,116
  • 16
  • 59
  • 102
13
votes
1 answer

Xcode 9 simulator remove frames

The new simulator comes with the frames that make it look more like a phone in Xcode 9 beta. Is there any way to remove this frames and make it look more like the simulator in Xcode 8?
user8118543
13
votes
2 answers

What is iOS 9.3 system font name?

I would like to know the name of the default system font on the iPhone. It used to be "HelveticaNeue" I guess , but now?
0ndre_
  • 3,577
  • 6
  • 26
  • 44
13
votes
1 answer

Android UI Design tool

I am looking for a UI designer tool for android. I have tried many sites, but cannot find anything useful. Some designer tools are only for wire-framing e.g. http://www.fluidui.com But they do not give me an XML layout source. I know about:…
Taleh Ibrahimli
  • 750
  • 4
  • 13
  • 29
11
votes
3 answers

What UI design makes sense when the userbase is obsessed with spreadsheets

In the first iteration of the software I am working on, we wrote tons of js to simulate an excel spreadsheet like experience. Now the users are not happy with the amount of scrolling they have to do. Their favorite UI is excel spreadsheet. I am…
Perpetualcoder
  • 13,501
  • 9
  • 64
  • 99
11
votes
4 answers

effective UI styling for iOS app

My question is a simple one. In android, we can separate xml stylesheet from layout so that it can be reuse everywhere and edited easily for UI design change. Is it also possible in iOS xcode? if can how (prefer if not from controller)? need…
Zoedia
  • 295
  • 2
  • 13
10
votes
3 answers

Pure CSS gradient circle border

I have this UI requirement At the moment, I have a working solution of a div (with a fixed height and width and a background image for the outer gradient border) and a pseudo element, positioned absolute with a background image of the inner…
user1275105
  • 2,643
  • 5
  • 31
  • 45
10
votes
3 answers

Is there any research on numbered vs. star voting systems?

Has anyone done any research on user acceptance of the following voting systems for different target audiences? Or I'm not interested which is more accurate or how the votes will be used for ranking. What I'm interested is from a user…
BenAlabaster
  • 39,070
  • 21
  • 110
  • 151
9
votes
3 answers

OnePlus 3 & Oneplus 5 viewport size for chrome Emulated Devices

I wanted to add OnePlus 3 and OnePlus 5 as custom devices in the emulated devices list of Google Chrome. Please provide the viewport size so that I can test my website with it. Example for pixel 2 display dimentions Thanks in Advance
8
votes
12 answers

Why is the save button needed?

Software like OneNote has shown that auto-save can be implemented, and it works just as well (or better) as the manual save button / CTRL+S. Anyways everything that you work on you want saved. Its just if you're trying out something destructive that…
Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607
7
votes
3 answers

How to implement Vertical dotted line below image in Android?

How can I achieve this kind of layout without using any library?? I tried something like this but was unable to get the exact layout my_layout.xml
1
2 3
14 15