Top "User-interface" questions

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

jQuery x y document coordinates of DOM object

I need to get the X,Y coordinates (relative to the document's top/left) for a DOM element. I can't …

javascript jquery user-interface location
make a JLabel wrap it's text by setting a max width

I have a JLabel which has a lot of text on it. Is there a way to make the JLabel …

java user-interface swing jlabel
WPF Window with transparent background containing opaque controls

I have a window with the following appearance: What I would like, however, is if the Button controls (the gray …

c# .net wpf user-interface transparency
How do you change the color of the border on a group box?

In C#.NET I am trying to programmatically change the color of the border in a group box. Update: This …

c# winforms user-interface controls groupbox
Tkinter: AttributeError: NoneType object has no attribute <attribute name>

I've created this simple GUI: from tkinter import * root = Tk() def grabText(event): print(entryBox.get()) entryBox = Entry(root, width=60).…

python user-interface tkinter
How to change a widget's font style without knowing the widget's font family/size?

Is there a way to change a Tkinter widget's font style without knowing the widget's font family and font size? …

python user-interface fonts tkinter
ASP.NET postback with jQuery?

I have a ASP.NET button but recently, I replaced it with a standard HTML button ... What I need to …

asp.net jquery user-interface postback modal-dialog
What dpi resolution is used for an iPhone App?

I am working on a template for an iPhone App and was wondering what dpi resolution is used for it ? 300 …

ios iphone user-interface ipad dpi
Make WPF window draggable, no matter what element is clicked

My question is 2 fold, and I am hoping there are easier solutions to both provided by WPF rather than the …

c# wpf user-interface drag-and-drop