Top "User-interface" questions

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

Presenting a UIAlertController properly on an iPad using iOS 8

With iOS 8.0, Apple introduced UIAlertController to replace UIActionSheet. Unfortunately, Apple didn't add any information on how to present it. I …

ios ipad user-interface uialertcontroller
DTO and DAO concepts and MVC

1) Why do we use DTO and DAO, and when should we use them. I am developing a GUI Java software …

java swing model-view-controller user-interface javabeans
How to disable javax.swing.JButton in java?

I have created a swings application and there is a "Start" button on the GUI. I want that whenever I …

java user-interface jbutton
How to make a GUI for bash scripts?

I want to make some graphical dialogs for my script but don't know how. I hear something about GTK-Server or …

user-interface bash gtk tcl tk
What's the best/easiest GUI Library for Ruby?

Whats the best/easiest GUI library out there for Ruby? I would prefer a cross-platform GUI library, but currently I'm …

ruby user-interface
DataSet panel (Report Data) in SSRS designer is gone

In the layout screen of an SSRS designer e.g. Visual Studio, I have lost the report data panel. It …

sql visual-studio user-interface reporting-services toolbox
Swipe to Delete and the "More" button (like in Mail app on iOS 7)

How to create a "more" button when user swipe a cell in table view (like mail app in ios 7) I …

ios uitableview user-interface cocoa-touch swipe-gesture
The Use of Multiple JFrames: Good or Bad Practice?

I'm developing an application which displays images, and plays sounds from a database. I'm trying to decide whether or not …

java swing user-interface jframe
How do I get the height and width of the Android Navigation Bar programmatically?

The black navigation bar on the bottom of the screen is not easily removable in Android. It has been part …

android user-interface graphics android-activity
jQuery animate scroll

I'm not sure how to call the effect, but can someone point me into a library that would help me …

jquery user-interface scroll effects