Top "User-interface" questions

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

How to change the background color of the options menu?

I'm trying to change the default color for the options menu which is white: I want a black background for …

android user-interface layout-inflater
Newline in JLabel

How can I display a newline in JLabel? For example, if I wanted: Hello World! blahblahblah This is what I …

java user-interface swing formatting jlabel
Platform.runLater and Task in JavaFX

I have been doing some research on this but I am still VERY confused to say the least. Can anyone …

java multithreading user-interface task javafx
How to view table contents in Mysql Workbench GUI?

How can I view table contents in Mysql workbench GUI? I mean, not from command line.

mysql user-interface mysql-workbench
Updating GUI (WPF) using a different thread

Just have a problem here that I have no idea how to fix. I am doing a small project which …

c# multithreading user-interface sharing
How do I center text vertically and horizontally in Flutter?

I'd like to know how to center the contents a Text widget vertically and horizontally in Flutter. I only know …

user-interface text widget alignment flutter
How to center the text in a JLabel?

despite many tries I can't get the result that I would like to see - text centered within the JLabel …

java swing user-interface jlabel htmltext
Open-Source Examples of well-designed Android Applications?

Can you recommend open source android applications that can be valuable to analyze, and to learn android programming from? Is …

android user-interface open-source
How to create beautiful UI's with Python

I wonder if it's possible to create good looking desktop UI's with python? Could I use JS frameworks like Electron …

python user-interface tkinter modern-ui
Change color of Button when Mouse is over

I want to change the background color of a button when IsMouseOver == True <Button Command="{Binding ClickRectangleColorCommand}" Background="{Binding …

wpf xaml user-interface button mouseover