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 can I name a new integer with the input value of a String?
I have an assignment I'm working on, and I need to basically make a system that checks if a string entered already exist in an ArrayList. In the case that it does not exist, it will make a new integer...
Banks N
Votes: 0
Answers: 1
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
The method addActionListener(ActionListener) in the type AbstractButton is not applicable for the arguments (JPanel)
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing....
Arbalistic_Cow
Votes: 0
Answers: 1
How to drop images into a JInternalFrame?
I have created a Swing application that can import images into a label, but what I want to do is to put the imported image into an internal frame that will be created after the image is dropped.
Drop...
ash
Votes: 0
Answers: 1