python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to call user's user and pass
I'm creating a very simple login program using JOptionPane i want the user to create his/her own username and password and if it's done he/she will proceed to log in but the system will check if the u...
Klaus Hargreeves
Votes: 0
Answers: 1
how can i make a simple store program
I'm so confused right now because I don't know how I can add the items and the quantity of the items that's in a drop down list. Can someone help me even with just an idea how to do it? Thank you in a...
Klaus Hargreeves
Votes: 0
Answers: 1
Center Button Option in JOptionPane Modal
I am wondering if there is anyway to center my "Overwrite" option/button within the JOptionPane call.
Currently, the button automatically styles to the right side of the modal like so:
The ...
ehuff
Votes: 0
Answers: 0
Stop javax.swing.JOptionPane from printing log to the output
package dataindi;
import javax.swing.JOptionPane;
public class NewClass {
public static void main(String[] args) {
int id;
id = Integer.parseInt(JOptionPane.showInputDialog("...
lpvynice
Votes: 0
Answers: 1