Enter Keywords:
1 - 10 of 78(0 seconds)
Sort By:
 
Hi, I need a JOptionPane with a custom button ("Yes to all"). That button has to be in the same line with the other buttons (that come from the JOptionPane). I know I can extend JDialog and impl...
Zones: Java, New To JavaDate Answered: 07/09/2001 Rating: 7.6 Views: 15
Hi, How can I have full control over the one and only inputtextfield of the JOptionPane, made by showInputDialog? So I can use textfieldproperties/methods on that inputfield? Workarounds a...
Zones: JavaDate Answered: 07/29/2003 Rating: 9.4 Views: 0
I think this is simple but I just don't know the proper usage.  I need to get input from the user and convert it to char.  I know to do this with int I would use: myint=Integer.parseInt(JOptionPan...
Zones: JavaDate Answered: 06/21/2002 Rating: 8.4 Views: 0
Here the scenario is:     I am having a text field to which I have added a FoculListener. On focusLost(), I will validate the text entered, and in case of an error, I will prompt user using Jopt...
Zones: JavaDate Answered: 12/12/2002 Rating: 8.0 Views: 10
I'm just a n00b in java, just beginning at university with it. import javax.swing.JOptionPane; public class Oef2 {      public static void main(String []args)      {           int getal1...
Zones: JavaDate Answered: 01/21/2003 Rating: 9.0 Views: 0
When using the JOptionPane, how does one control the size of the output pane when creating a <html> embedded String object?  This output will be used cross-platform, and some stretch the output pan...
Zones: JavaDate Answered: 02/19/2003 Rating: 6.6 Views: 0
I am using a JOptionPane.showInputDialog box to accept input from the user.    The answer they will be inputting has to be in decimal form, (ie .6, .3, or .25 etc).   Is there anyway of ensuring th...
Zones: JavaDate Answered: 12/11/2003 Rating: 7.6 Views: 0
Hi Everyone! Im calling up a JOptionPane with the yes no options. It defaults to yes all the time, and I want the enter key to execute whichever button has the focus. For e.g. although button "N...
Zones: JavaDate Answered: 08/02/2004 Rating: 7.8 Views: 4
hi to all experts, i m currently doing RMI client-server program, got a few questions want to ask. suitation is like that: there is 1 server to many clients. when each client connect to the se...
Zones: JavaDate Answered: 04/02/2004 Rating: 8.2 Views: 0
sample code as below: String[] options = {"OK","CANCEL"};             int input = JOptionPane.showOptionDialog(                 null,   // parentComponent                 newRecordPanel, // m...
Zones: JavaDate Answered: 04/25/2004 Rating: 8.6 Views: 0