Search:

Type: Posts; User: beer-in-box

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    5,014

    Re: Events on JOptionPane dialogs

    Hey, long time passed. Because I was trying to understand. But unfortunately, I couldn't.
    I tried to get the returned int, but I got 1 and zero. No YES_OPTION.

    I have seen many examples about...
  2. Replies
    6
    Views
    5,014

    Re: Events on JOptionPane dialogs

    Note to self: Read API before asking questions :)

    But, is it possible you tell me how I use them?


    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class MyJOption...
  3. Replies
    6
    Views
    5,014

    Events on JOptionPane dialogs

    Hi,
    I coded a simple program where the user distributes 60 points to 8 boxes (Box 1 = 12, Box 2 = 7 etc.). After they press the "Done" button, the values will be stored and a dialog box will appear...
Results 1 to 3 of 3