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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20085004.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20111114.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20208716.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20420648.html
Zones:
JavaDate Answered: 12/12/2002 Rating: 8.0 Views: 4
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20467813.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20507422.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20713675.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20824720.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20939260.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20967132.html
Zones:
JavaDate Answered: 04/25/2004 Rating: 8.6 Views: 0