Search:

Type: Posts; User: jmdcy

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    1,021

    Re: HELP WITH MY JAVA GUI

    [CODE]
    import java.util.InputMismatchException;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class GUIarea extends JFrame {
    private JLabel inputradiusc,...
  2. Replies
    5
    Views
    1,021

    Re: HELP WITH MY JAVA GUI

    if I input an invalid character on the first text field it should display "Invalid" on the botton after "Area of a circle" but it works fine if I place an invalid character on the 2nd 3rd and 4th...
  3. Replies
    5
    Views
    1,021

    HELP WITH MY JAVA GUI

    PLEASE HELP ME WITH MY CODE. WHENEVER I INPUT AN INVALID CHARACTER IN THE FIRST TEXT FIELD, THE WHOLE PROGRAM JUST FREEZES. BUT IF I PUT AN INVALID CHARACTER ON THE OTHER TEXT FIELDS IT WORKS JUST...
Results 1 to 3 of 3