JOptionPane makes it easy to pop up a standard dialog box that prompts users for a value or informs them of something.
0
votes
2answers
27 views
JOptionPane.showConfirmDialog blocks the background windows
JOptionPane.showConfirmDialog popup (Y/N dialogues) blocks accessing other windows of the same application. (needless to mention I know it is the nature of this dialogue to bock other windows, however ...
1
vote
4answers
55 views
Java: Accumulate output pattern in string variable?
There is probably a question that covers this, but I haven't found it in searching. The idea is to display a pattern given user input for the character and number of lines like this:
x
xx
xxx
xxxx
...
1
vote
3answers
59 views
Java swing not recognized
I am just starting out in Java but have hit problems in multiple tutorials when it comes to using swing. This sample code from Java for Dummies threw the following error:
helloapp.java:
public ...
0
votes
2answers
45 views
How to close JOptionPane automatically?
I have a Thread running and in the time while the thread working i want to display a JOptionPane.showMessageDialog saying that the application is working and after thread is stopped, JOptionPane will ...
1
vote
1answer
34 views
JOptionPane.showInputDialog displaying twice
when i am pressing the complain box, each input dialog is displaying twice...i tried removing the boxComplain.setSelected(true) and it worked (it displayed only once) but that made the checkbox go ...
1
vote
2answers
44 views
WindowClosing method
I have multiple custom dialogs and I wanted an easy way to specify the closing operation. To start with I was using the anonymous inner windowListener class and specifying the closing method that way ...
0
votes
2answers
24 views
Modal JInternalFrame that returns data to caller
I have a Java Swing application and a JInternalFrame..
In the JInternalFrame I have some input fields, and when I press a hotkey I want the following to happen:
All execution in the current ...
2
votes
3answers
48 views
JOptionPane / Input Dialog
I try to get an input from the user with this :
int myNumber = Integer.parseInt((String) JOptionPane.showInputDialog(
frame,
"Number you ...
2
votes
3answers
66 views
Is there a way to only have the OK button in a JOptionPane showInputDialog (and no CANCEL button)?
I've seen that this is possible in other types of dialog windows such as "showConfirmDialog", where one can specify the amount of buttons and their names; but is this same functionality achievable ...
0
votes
1answer
27 views
Message dialog reappears over and over
We made a method that will determine where our image is in our frame. If the image is in a certain part of the frame it will show a message dialog and we will return to our main JPanel ( we're making ...
0
votes
1answer
17 views
Recognize that user select Yes Or No in Joptionpane
I have a frame that when user want to delete a record, a warning pane should be displayed.
But, Now i have to recognize that if user select Yes, Then i remove selected row and if select no, Don't ...
0
votes
3answers
45 views
Create a JFrame from a class and take input from it
I'm a little confused by how to achieve what I want to implement. In my main Java class I want to be able to call multiple JFrames for things like settings. I have the GUI in the main class set up; I ...
0
votes
1answer
24 views
What role does optionType play in a JOptionPane OptionsDialog? [closed]
Note: Please pay attention to the fact that this is an Options Dialog here, not a Confirm Dialog. That makes a difference in what I'm asking and how Swing behaves!
I looked at a good code example of ...
0
votes
2answers
64 views
Cancel selecting a file within JFileChooser without closing the dialogue
I am trying to implement a "save as" dialogue using a JFileChooser. The dialogue is supposed to give the user the ability to type a filename and click save, at which point the new File object will be ...
0
votes
3answers
46 views
JOptionPane showInputDialog cancel button NullPointerException
I am trying unsuccessfully to trap the user into entering something for a filename. I'm just using input dialog because the path and extension are predetermined, and I need to append to the filename ...
0
votes
1answer
29 views
Displaying a list of records in a Message Dialog
Here is the situation , i have a doctor record array where there are attributes such as first name , doctor id , contact number , etc. I am trying to display all the registered doctors ids and their ...
1
vote
3answers
42 views
How can I output all values of an array in a single JOptionPane method?
I want to output all the values in a variable in the same sentence in a showMessageDialog method, I know I could use a JList to put them all in one screen, but I'd rather have something like: ...
0
votes
1answer
29 views
JOptionPane output text copy
I have no experience with JOptionpane but I need a simple program to simplify my life.
The code I need help with is below:
public static void main (String[] args) {
String input = "";
input ...
0
votes
1answer
42 views
JOptionPane not showing when string is in wrong format?
I have a text field set as a time, which rejects strings which are in invalid format. The correct format is HH:mm. When the user enters the incorrect format, I would like an error message to be ...
0
votes
0answers
40 views
How JOptionPane.showInputMessage() is implemented in Java
I need that information so I can create custom login dialog.
public static void main(String args[]) {
JOptionPane.showInputDialog("Enter username: ");
// This will show dialog and after ...
0
votes
0answers
25 views
JOptionPane doesn't align to parent JFrame
This is driving me crazy:
I programmed a small JFrame with several JPanels inside.
I have several error messages that I have created with
JOptionPane.showMessageDialog(this, "Text here");
But it ...
0
votes
1answer
35 views
Java - how can I check what is exactly entered into a JOptionPane.showInputDialog
This is my Code
import java.util.Random;
import javax.swing.JOptionPane;
public class randomnumbersv2 {
public static void main(String[] args){
Double randomnumber = ...
0
votes
4answers
62 views
Ask user if wants to quit via JOptionPane
I'm using this code to confirm the user whether wants to quit or not when he CLICKS THE RED CROSS CLOSE BUTTON OF JFrame (right upper corner)
Object[] options = {"Quit, My Computing Fellow", "No, I ...
0
votes
2answers
33 views
Integer initializing and method error
I'm having trouble with the following... I've removed the none important part of the code so it's not as confusing. All other symbols/variables have been defined and or initialized already.
...
0
votes
1answer
48 views
Create an option pane without buttons
In Swing how can I create an option dialog box that doesn't have any buttons or the icon at the top?
I want to use JOptionPane.showOptionDialog, but there are always buttons at the bottom.
-2
votes
3answers
60 views
Java loop, need suggestion for code simplification..
I am just practicing Java as a beginner. So here is the question:
Suppose you save $100 each month into a savings account with the annual interest rate 5%. Thus, the monthly interest rate is 0.00417. ...
0
votes
1answer
33 views
JOptionPane gives a NullPointerException and is not displayed
here is a code snippet
private void viewscriptJButtonActionPerformed(ActionEvent evt){
try{
for (int j = 0; j <= i; j++) {
...
0
votes
1answer
16 views
JOptionPane minimizes fullscreen app
Have the same issue like mentioned here:
Stop Fullscreen Window from minimizing when JOptionPane.showMessageDialog?
Java full screen exclusive mode
I am using a JDesktopPane and a JDialogPane
1
vote
1answer
36 views
making a JPanel into a JOptionPane.OK_OPTION
currently i have a class which extends JPanel and basically shows some information about an object passed into its constructor. There are various labels and Image icons on the screen and has a ...
0
votes
1answer
44 views
Java: how to return the selection from the “JOptionPane.showInputDialog” as an “int” instead of an “Object”
I have a function that use the following code from here as follow:
public static Object generationMode(){
Object[] possibleMode = { "M-Sequence", "Gold Code"};
Object selectedValue = ...
0
votes
4answers
61 views
Covert string to double
I need help to understand the code.
public class ComputeLoanUsingInputDialog{
public static void main(String[] args){
String annulInterestRateString = JOptionPane.ShowInputDialog("Enter ...
0
votes
2answers
49 views
JOptionpane validation with double input
I am learning java. I try to declare a double array. For the input method, I would like to use JOptionPane. My question is how can I create the validation for this array.(For example: I want to valid ...
0
votes
1answer
33 views
Jspinner and JOptionPane
How should I amend this code in order to compile? I know there is a lot of problems...Thanks a lot~
What should I put in statechanged?
How should I link the JSpinner to JOptionPane?(the btnEnter I ...
0
votes
5answers
46 views
Removing element from array error
In the following code, if the size of the array is larger than 20, I'm trying to remove anything after 20 from the array. In my loop, I have userinput.remove(20 + i); However, I'm getting that it ...
1
vote
2answers
39 views
Converting double numerical value to text
In the following if statement from a loop in my code, if the given oldsalary[i] doesn't meet these guidelines, I want to restore the previous numerical value of oldsalary[i] to "Error". However I want ...
1
vote
1answer
107 views
Display Score in a java game
I am making a maze game in java. I have add player, time limitation in my game. Now i am going to add the score in this game. I have use this code to do this task.....
else if(win)
{
long end = ...
-1
votes
1answer
48 views
Making the cancel-operation go back to start of program?
I have this gui where the user is prompted to choose between a person or a firm, but I want the cancel-button to go back to the start of the program, or the main frame.
int chooseVehicleType = ...
1
vote
2answers
66 views
How to stop user input in array when using JOptionPane
I am new in Java. I'm taking my first java class. I am trying to create a fixed size array ( for example: the array with a size is 10) and I use JOptionPane to let the user input data. My question is ...
1
vote
1answer
25 views
Having trouble with JoptionPane Validation
The problem I'm having is with this code:
String birthString = JOptionPane.showInputDialog(
null, "Enter birth year: ", "How long have you been alive?",
...
2
votes
1answer
51 views
Java EDT and Spawning Dialogues
I am trying to learn the intricacies of Swing, and have read a great deal about the Event Dispatch Thread. I understand what is for, however am struggling with the following concept:
I have a JFrame ...
0
votes
3answers
49 views
Am I using parse right?
As far as I can tell i'm doing this right ( Clearly not though )
I am trying to change strings into Doubles because I can't get a double from a JPane. it is giving me an object not initialized error. ...
0
votes
0answers
64 views
Certain characters being displayed differently when program runs from JAR file vs class file
//
EDIT:
I did some more research and found this regarding changing the default encoding
While it is possible to do so during runtime, it seems that you can only change the defaultCharacterEncoding ...
0
votes
2answers
59 views
How to print a set of for-looped arrays in a JOptionPane?
This was my original code to print out the information entered into the program, it was designed to create a nice little table displaying tutor names on the left with their pay on the right, and the ...
0
votes
1answer
32 views
Using JOptionpane to create an object
I want to add a Person or a firm object to an arrayList, with a type of vehicle using JOptionPane or any other option that is available. Is there anyway to do this? To use JOptionPane to call for my ...
0
votes
1answer
29 views
No text area in JOptionPane window
Is there anyway to have a JOptionPane window without the text area but with only a scroll bar,
JTextArea listBox = new JTextArea(aLineFromFile);
JScrollPane scroll = new JScrollPane(listBox);
...
0
votes
2answers
106 views
JOptionPane - add keylistener to showOptionDialog
I am developing Java Swing application.
When I quit the application, optionDialog will pop out and it will ask me if I want to save the file before quit.
What I want to do is there are three button ...
0
votes
1answer
77 views
Java input dialog tooltip and pasting option?
Is there a nice way in Java to set a tooltip for the input dialog's textfield?
For example:
String input = JOptionPane.showInputDialog("Enter input:");
Is it also possible to have a right click ...
0
votes
1answer
36 views
I'm trying to use JOptionPane to first make a choice of its either a Person or a Firm, then move on to input
I want to add a Person/Firm to a type of Vehicle. The point is to make a choise between a person or a Firm, and then move on to input the details about them. Then move on to making a choise of what ...
0
votes
1answer
53 views
JCheckboxes into a JScrollPane
Is there a way to add jcheckboxes into a jscrollpane?
I have an array of checkboxes and I want to add them into a Jscrollpane, which i will then add into a JOptionPane. So far I have this:
Object[] ...
-1
votes
3answers
353 views
JOptionPane YES NO OPTION
I got an JOptionPane and yes and no buttons. But, whichever button you click it still exists. HELP! Heres the code:
int dialogButton = JOptionPane.YES_NO_OPTION;
...







