Top "User-interface" questions

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

How to run GUI tests on a jenkins windows slave without remote desktop connection?

I have a jenkins agent set up on window 7 and a jenkins server on Linux. I am running GUI testing …

testing user-interface jenkins continuous-integration jubula
How to make a JFrame scrollable in Java?

I have this code in which I am trying to fit a scrollable Panel (JPanel) but I don't get it. …

java swing user-interface jframe jscrollpane
JFrame On Close Operation

I was wondering if there is a way, by clicking on the "X", to let the program perform some code …

java swing user-interface jframe windowlistener
How can I create a "modern looking" Java desktop application?

Similar questions to this are asked periodically, but many of these answers are outdated. I need to build a cross-platform …

java swing user-interface look-and-feel swingx
JOptionPane to get password

JOptionPane can be used to get string inputs from user, but in my case, I want to display a password …

java swing user-interface passwords joptionpane
How do I set the UI language in vim?

I saw this on reddit, and it reminded me of one of my vim gripes: It shows the UI in …

vim user-interface
Casperjs/PhantomJs vs Selenium

We are using Selenium to automate our UI testing. Recently we have seen majority of our users using Chrome. So …

google-chrome user-interface selenium automation phantomjs
Setting the size of panels

I have 3 panels. One is the main panel which holds 2 smaller panels. For the main panel, I used setPreferredSize(new …

java user-interface size panel
how can I fully disable resizing a window including the resize icon when the mouse hovers the border?

I used: setFixedSize(size()); to stop the window from resizing, but the resize arrows still appear when the mouse is …

c++ qt user-interface border
How to make canvas with Swing?

I'm trying to make a paint editor with Java in which I have a toolbar with the objects that I …

java swing user-interface java-canvas