Top "User-input" questions

User Input is data that the user inputs into the program.

JUnit testing with simulated user input

I am trying to create some JUnit tests for a method that requires user input. The method under test looks …

java eclipse junit user-input
How do I create an input box with Python?

I want to create an on-screen input box that a user can interact with. The user would see a window …

python python-3.x user-input prompt
Hide input on command line

I know that command line interfaces like Git and others are able to hide input from a user (useful for …

java command-line input user-input command-prompt
Get user input from a textbox in a WPF application

I am trying to get user input from the textbox in a WPF application I am building. The user will …

c# wpf textbox user-input
raw_input in python without pressing enter

I'm using raw_input in Python to interact with user in shell. c = raw_input('Press s or n to …

python user-input
Default values on empty user input

Here I have to set the default value if the user will enter the value from the keyboard. Here is …

python user-input default-value
Java Arraylist to store user input

Hi I am new to arraylists and java and I was wondering if someone could help me or give me …

java arrays arraylist user-input storing-data
How to make an input form in Java code (not Netbeans using JForm)?

I want to make an input form in Java so that the user can enter details. Something like this: My …

java swing forms user-input joptionpane
Check Whether a TextBox is empty or not

I have a TextBox. And I want to check if it's empty. Which way is better if(TextBox.Text.Length == 0) …

c# wpf string validation user-input
Creating a popup message box with an Entry field

I want to create a popup message box which prompts user to enter an input. I have this method inside …

python tkinter user-input