Question: How can I correct this java method, so it only allows a minus as the first sign, and not in the middle? private static void

How can I correct this java method, so it only allows a minus as the first sign, and not in the middle?

How can I correct this java method, so it only allows a

private static void Restriction(JTextField text, int x) f String ttext.getText if(x== 1) { text.addKeyListener(new KeyAdapterO @Override public void keyTyped(KeyEvent e) char c = e.getKeyChar(); if (!(Character. isDigit(c) II (c--KeyEvent .VK.PER?OD)) Il (c-KeyEvent .VK.MINUS && lt.equal s(""))) { e.consume)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!