Top "User-interface" questions

User Interface (UI) is the system through which people interact with a computer.

Create GUI using Eclipse (Java)

Possible Duplicate: Best GUI designer for eclipse? Is there any Eclipse Plugin tool(s) who can help to create Graphical …

java swing user-interface swt awt
How to change color of the back arrow in the new material theme?

I've updated my SDK to API 21 and now the back/up icon is a black arrow pointing to the left. …

java android user-interface colors android-styles
Custom fonts and XML layouts (Android)

I'm trying to define a GUI layout using XML files in Android. As far as I can find out, there …

java android user-interface interface fonts
Capturing TAB key in text box

I would like to be able to use the Tab key within a text box to tab over four spaces. …

javascript user-interface
close fxml window by code, javafx

I need to close the current fxml window by code in the controller I know stage.close() or stage.hide() …

java user-interface javafx fxml
Choose File Dialog

Does anyone know of a complete choose file dialog? Maybe one where you can filter out all files except for …

android file user-interface dialog code-snippets
iOS 7's blurred overlay effect using CSS?

It seems Apple's overlay is more than just a transparency. Any ideas on how to achieve this effect with CSS …

javascript css user-interface blur
the getSource() and getActionCommand()

What is getSource? and what does it return? and what is getActionCommand() and what does it return?? I am getting …

java swing user-interface event-handling action
Android ViewPager with bottom dots

I want to add 3 bottom dots to my ViewPager, like this. I use FragmentActivity and support library ViewPager.

android user-interface android-viewpager android-fragmentactivity viewpagerindicator
How to center icon and text in a android button with width set to "fill parent"

I want to have an Android Button with icon+text centered inside it. I'm using the drawableLeft attribute to set …

android android-layout user-interface button alignment