tagged [user-interface]

How can I add a border to a widget in Flutter?

How can I add a border to a widget in Flutter? I'm using Flutter and I'd like to add a border to a widget (in this case, a `Text` widget). I tried `TextStyle` and `Text`, but I didn't see how to add a...

28 Feb at 16:56

Resizing image in Java

Resizing image in Java I have a PNG image and I want to resize it. How can I do that? Though I have gone through [this](https://stackoverflow.com/questions/244164/resize-an-image-in-java-any-open-sour...

21 May at 08:16

C# application both GUI and commandline

C# application both GUI and commandline I currently have an application with a GUI. Would it be possible to use this same application from the commandline (without GUI and with using parameters). Or d...

Easy way to build Android UI?

Easy way to build Android UI? Is there a tool or a website that could help me create a UI for an Android application using drag-and-drop? I found [this site](http://www.droiddraw.org/) but want to kno...

12 May at 09:11

How do you change the color of the border on a group box?

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 question was asked when I was working on...

What's the difference between fill_parent and wrap_content?

What's the difference between fill_parent and wrap_content? In Android, when layout out widgets, what's the difference between `fill_parent` (`match_parent` in API Level 8 and higher) and `wrap_conten...

20 Mar at 16:28

Enter key pressed event handler

Enter key pressed event handler I want to capture the text from the textbox when enter key is hit. I am using WPF/visual studio 2010/.NET 4. I dont know what event handler to be used in the tag ? I al...

How to set caret position on a WPF text Editable ComboBox

How to set caret position on a WPF text Editable ComboBox I have searched around for a similar question and couldn't find anything. .Caret doesn't appear to be available and I don't know how to drill ...

21 Feb at 15:41

Where can I get the "open hand"/"closed hand" mouse cursors?

Where can I get the "open hand"/"closed hand" mouse cursors? I am looking for the / mouse cursors à la Adobe Reader. Where are them? If they are non-standard, what's the easiest way for me to create t...

9 Apr at 13:19

How to jump to the region header from the endregion tag in c# visual studio 2012?

How to jump to the region header from the endregion tag in c# visual studio 2012? If i have the following how can i jump to the top #region label if i see the #endregion tag on my screen? Is there a s...

Graphical DIFF programs for linux

Graphical DIFF programs for linux I really like Merge for a graphical DIFF program for the PC. I have no idea what's available for , though. We're running SUSE linux on our z800 mainframe. I'd be most...

28 Nov at 14:38

WPF with C++, is it possible?

WPF with C++, is it possible? I have my main program in C++, but now I need to build a beautiful application and I know that WPF is easy and makes for beautiful apps. Can WPF work with C++ or C# and C...

6 Jun at 18:48

the getSource() and getActionCommand()

the getSource() and getActionCommand() What is getSource? and what does it return? and what is getActionCommand() and what does it return?? I am getting confused between these two can anyone give or d...

Create GUI using Eclipse (Java)

Create GUI using Eclipse (Java) > [Best GUI designer for eclipse?](https://stackoverflow.com/questions/29426/best-gui-designer-for-eclipse) Is there any Eclipse Plugin tool(s) who can help to create...

23 May at 11:45

C++ win32 GUI programming, the shortest path?

C++ win32 GUI programming, the shortest path? Do you know of a good means of learning C++ win32 (not .Net/MFC/ATL/Wx/Qt..) GUI programming ? A book, a tutorial, an existing project, preferably a hands...

17 Oct at 15:6

Editable ListView

Editable ListView I am looking to create an editable ListView in a C# winforms application where a user may double click on a cell in order to change its contents. It would be great if someone could p...

30 Apr at 19:14

Left align and right align within div in Bootstrap

Left align and right align within div in Bootstrap What are some of the common ways to left align some text and right align some other text within a div container in bootstrap? e.g. Above total cost s...

When should I use Radio Buttons?

When should I use Radio Buttons? IMHO Radio buttons should retire. The ComboBox (Drop-Down list mode) should always be preferred.Drop-Down list takes minimal screen space, and you can add/remove items...

6 Nov at 08:53

Choosing a file in Python with simple Dialog

Choosing a file in Python with simple Dialog I would like to get file path as input in my Python console application. Currently I can only ask for full path as an input in the console. Is there a way ...

How do I create a C# program without a GUI?

How do I create a C# program without a GUI? I know that you can create a Windows Forms application and set it to be invisible. And if I create a console application (the console window will open- and ...

14 Mar at 08:7

Visual Studio - Persist Pinned Windows?

Visual Studio - Persist Pinned Windows? Is there anyway to persist pinned windows between visual studio closures? At the moment, if you pin a window, when you close visual studio and open it back up a...

CSS `height: calc(100vh);` Vs `height: 100vh;`

CSS `height: calc(100vh);` Vs `height: 100vh;` I'm working on a project where the former developer used: I have no way to contact him/her anymore, and I would like to understand what is the difference...

23 Oct at 04:46

The Use of Multiple JFrames: Good or Bad Practice?

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 to use a separate JFrame t...

22 Jul at 04:16

What is Linux’s native GUI API?

What is Linux’s native GUI API? Both Windows (Win32 API) and OS X (Cocoa) have their own APIs to handle windows, events and other OS stuff. I have never really got a clear answer as to what Linux’s eq...

1 Jan at 20:2

WPF owner window on top of child window

WPF owner window on top of child window Is it possible for Owner window in WPF be on top of Child window when you click on it while Owner window is below Child window? here is example how I call child...

13 Jul at 16:18